/*————关于我们————*/

/* banner图 */
.banner {
    background: url("https://img.asiancancer.com/images/newmoderncancerthai/images/abouts_us.webp") no-repeat center;
    background-size: cover;
}

/* 顶部标签栏 */
.about-content .menu-tag-area {
    background: #F5F5F5;
}

.about-content .menu-tag-box {
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
}

.about-content .follow {
    position: fixed;
    /*top: 0;*/
    top: 160px;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 0 calc((100% - 1400px) / 2);
    box-sizing: border-box;
}

.about-content .menu-tag-box ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.about-content .menu-tag-box ul li {
    width: 160px;
    padding: 5px 10px;
    border-radius: 4px;
    /*margin-right: 10px;*/
    border: 1px solid #1E2D4F;
    font-size: 14px;
    background: #ffffff;
    height: 66px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-content .menu-tag-box ul li a {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #1E2D4F;
    line-height: 18px;
}

.about-content .menu-tag-box ul li.first {
    background: #2A78BA;
    border: 1px solid #2A78BA;
}

.about-content .menu-tag-box ul li.first a {
    color: #ffffff;
}

.about-content .menu-tag-box ul li.right {
    margin-right: 0;
}

/* 标题 */
.about-content .area-title {
    font-size: 36px;
    color: #2A78BA;
    text-align: center;
    font-weight: bold;

}

.about-content .area-title .title-text {
    color: #2A78BA;
}

/* 关于我们介绍 */
.about-content .introduce-area .line,
.about-content .hospital-qualification-area .line,
.about-content .development-history-area .line,
.about-content .hospital-honor-area .line,
.about-content .medical-technology-area .line,
.about-content .mdt-team-area .line,
.about-content .service-facility-area .line,
.about-content .hospital-environment-box .line {
    width: 80px;
    height: 4px;
    background: #1E2D4F;
    margin: 16px auto;
}

.about-content .introduce-area .introduce-box {
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.about-content .introduce-area .pc-video .video-bg {
    display: block;
    height: 480px;
    border-radius: 16px 0 0 16px;
    background: #2A78BA;
    width: 28px;
}

.about-content .introduce-area .pc-video {
    /*float: left;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 692px;
    height: 530px;
}

.about-content .introduce-area .pc-video iframe {
    border-radius: 16px;
    width: 100%;
    height: 100%;
}

.about-content .introduce-area .mobile-video {
    display: none;
    width: 100%;
    box-sizing: border-box;
}

.about-content .introduce-area .txt {
    flex: 1;
    padding: 20px 10px 20px 30px;
    box-sizing: border-box;
    text-align: left;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    /*text-indent: 2em;*/
}

.about-content .introduce-area {
    z-index: 3;
    position: relative;
}

/* 医院数据 */
.about-content .hospital-data-area {
    background: #dddddd;
    /*height: 272px;*/
    position: relative;
    /*top: -70px;*/
    top: -40px;
    padding: 80px 0 50px 0;
    z-index: 2;
    /*top: -6px;*/
    /*z-index: -1;*/
}

.hospital-data-area .hospital-data-box ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.hospital-data-box ul li.hospital-data-item {
    width: calc(25% - 9px);
    text-align: center;
    color: #666666;
    font-size: 14px;
    border-right: 2px solid #1E2D4F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.hospital-data-box ul li.hospital-data-item:last-child {
    border-right: 0;
}

.hospital-data-box ul li.hospital-data-item .hospital-data-text strong {
    font-size: 56px;
    font-weight: bold;
    color: #2A78BA;
    margin-right: 8px;
    animation: increase 2s ease-out;
}

/* 定义数字动画 */
@keyframes increase {
    from {
        transform: translateY(0);
        opacity: 0;
    }
    to {
        transform: translateY(-30px);
        opacity: 1;
    }
}

.hospital-data-box ul li.hospital-data-item .hospital-data-text {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

.hospital-data-box ul li.hospital-data-item span {
    font-size: 16px;
    color: #000;
}

.hospital-data-area .hospital-data-box {
    /*padding-top: 100px;*/
}


/* 医院资质 */
.about-content .hospital-qualification-area {
    /*height: 380px;*/
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.hospital-qualification-area .hospital-qualification-box {
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    display: flex;
    position: relative;
}

/*.hospital-qualification-area .hospital-qualification-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;*/
/*}*/
.hospital-qualification-box .hospital-qualification-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.hospital-qualification-list .hospital-qualification-item {
    width: calc(20% - 8px);
    height: auto;
    padding: 24px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    transition: all 1s;
}

.hospital-qualification-list .hospital-qualification-item img {
    margin: 0 auto;
}

.hospital-qualification-list .hospital-qualification-item span {
    width: calc(100% - 20px);
    color: #3E4756;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 20px;
}

.hospital-qualification-area .hospital-qualification-bg {
    background: #2A78BA;
    width: 162px;
    height: 162px;
    border-radius: 0 0 16px 0;
    float: right;
    position: absolute;
    z-index: -1;
    right: -16px;
    bottom: -16px;
}

/* 创始历史 */
.about-content .development-history-area {
    width: 100%;
    padding: 30px calc((100% - 1400px) / 2);
    box-sizing: border-box;
    background: #ffffff;
}

.development-history-area .development-history-box {
    margin-top: 30px;
    position: relative;
}

.development-history-area .development-history-box::after {
    content: "";
    width: 100%;
    height: 3px;
    background: url(/templets/new/images/productBase-features-model.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 0;
}

.development-history-box .swiper-container {
    width: 100%;
}

.development-history-box .development-history-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.development-history-list .development-history-item {
    width: 25% !important;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.development-history-list .development-history-item h3 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
    color: #999999;
    opacity: 0.7;
    transition: all 0.1s
}

.development-history-list .development-history-item i {
    position: absolute;
    width: 75%;
    height: 33px;
    background: url(/templets/new/images/productBase-features-timeline.png) no-repeat;
    background-size: contain;
    background-position: right center;
    left: -25%;
    margin-left: 10px;
    top: 35px;
    z-index: 3
}

.development-history-list .development-history-item development-history-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.development-history-list .development-history-item development-history-img img {
    width: 220px;
    height: auto;
}

.development-history-list .development-history-item .development-history-text {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.development-history-box .development-history-prev {
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0;
    background: none;
}

.development-history-box .development-history-prev::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/templets/new/images/productBase-features-left.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}

.development-history-box .development-history-next {
    width: 60px;
    height: 60px;
    right: 0px;
    top: 0;
    background: none;
}

.development-history-box .development-history-next::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(/templets/new/images/productBase-features-right.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}

/* 医院声誉 */
.about-content .hospital-honor-area {
    width: 100%;
    background: #F5F5F5;
    padding: 30px calc((100% - 1400px) / 2) 0;
    box-sizing: border-box;
}

.hospital-honor-area .hospital-honor-box {
    overflow: hidden;
}

.hospital-honor-box .swiper-container .swiper-wrapper .swiper-slide {
    transition: all 1s;
}

.hospital-honor-box .swiper-button-next {
    background-image: url("/templets/new/images/mdt_right.png");
    height: 92px;
    top: calc(50% - 41px);
    background-color: #999;
    margin: 0;
}

.hospital-honor-box .swiper-button-prev {
    background-image: url("/templets/new/images/mdt_left.png");
    height: 92px;
    top: calc(50% - 41px);
    background-color: #999;
    margin: 0;
}

.hospital-honor-box ul {
    position: relative;
}


.hospital-honor-box .swiper-slide {
    position: relative;
}

.hospital-honor-box ul li {
    width: 100%;
    text-align: center;
}

.hospital-honor-box ul li .honor-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.hospital-honor-box ul li img {
    display: inline-block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    transition: all 1s;
}


/* 癌症症治疗技术 */
.about-content .medical-technology-area {
    padding-top: 30px;
}

/* MDT团队 */
.about-content .mdt-team-area {
    margin-top: 30px;
}

/* 服务与设施 */
.about-content .service-facility-area {
    background: #ffffff;
    padding: 20px calc((100% - 1400px) / 2) 30px;
    box-sizing: border-box;
}

.service-facility-area .service-facility-desc {
    width: 100%;
    font-size: 16px;
    color: #666666;
    text-align: left;
    line-height: 24px;
    padding-top: 20px;
}

.service-facility-area .service-facility-box {
    padding-top: 20px;
}

.service-facility-box .service-facility-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-facility-box .service-facility-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 160px;
    width: 220px;
    border-radius: 8px;
    background: #f5f5f5;
    text-align: center;
    margin-right: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    line-height: initial;
    transition: all 1s;
}

.service-facility-box .service-facility-list li:last-child {
    margin-right: 0;
}

.service-facility-box .service-facility-list li img {
    margin-bottom: 10px;
}


/* 医院环境 */
.about-content .hospital-environment-area {
    padding-bottom: 30px;
}

.hospital-environment-area .hospital-banner {
    width: 100%;
    padding-top: 20px;
}

.hospital-environment-area .info {
    width: 100%;
    padding-top: 20px;
}

/* 取消移动端的hover效果 只有pc端的生效 */
@media (any-hover: hover) {
    .hospital-honor-box .swiper-slide:hover .pc_w {
        display: block;
    }

    .service-facility-box .service-facility-list li:hover {
        /*background: #2A78BA;*/
        background: rgba(42, 120, 186, 0.5);
        color: #fff;
        cursor: pointer;
    }

    .development-history-list .development-history-item:hover {
        cursor: pointer;
    }

    .development-history-list .development-history-item:hover h3 {
        font-size: 25px;
        line-height: 28px;
        opacity: 0.9;
        color: #2A78BA;
    }

    .development-history-list .development-history-item:hover i {
        width: 75%;
        margin-left: 13px;
        background: url(/templets/new/images/productBase-features-timeline-hover.png) no-repeat;
        background-size: contain;
        background-position: right center;
    }

    .development-history-list .development-history-item:hover .development-history-img img {
        filter: brightness(0.5);
        cursor: pointer;
    }

    .development-history-list .development-history-item:hover .development-history-text {
        position: absolute;
        top: 78px;
        left: calc((100% - 220px) / 2);
        z-index: 99;
        padding: 5px;
        width: 220px;
        height: 294px;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        /*margin: 0 auto;*/
    }

    .hospital-honor-box ul li .honor-img:hover img {
        cursor: pointer;
        transform: scale(1.05);
    }

    .hospital-qualification-list .hospital-qualification-item:hover {
        background: #2A78BA;
        cursor: pointer;
    }

    .hospital-qualification-list .hospital-qualification-item:first-child:hover {
        border-radius: 16px 0 0 16px;
    }

    .hospital-qualification-list .hospital-qualification-item:last-child:hover {
        border-radius: 0 16px 16px 0;
    }

    .hospital-qualification-list .hospital-qualification-item:hover span {
        color: #fff;
    }
}

@media screen and (max-width: 768px) {

    div::-webkit-scrollbar {
        display: none
    }

    /* 标题 */
    .about-content .area-title {
        width: 100%;
        font-size: 20px;
        text-align: center;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .about-content .line {
        display: none;
    }

    /* 标签栏 */
    .about-content .menu-tag-box {
        width: 100%;
        white-space: nowrap;
        position: relative;
        display: block;
        overflow-y: hidden;
        overflow-x: scroll;
        padding: 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 .follow {
        position: fixed;
        top: 64px;
        /*top: 100px;*/
        left: 0;
        z-index: 999;
        width: 100%;
        box-sizing: border-box;
    }

    .about-content .menu-tag-box ul {
        width: 100%;
        flex-wrap: nowrap;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
    }

    .about-content .menu-tag-box ul li {
        width: auto;
        float: none;
        display: inline-block;
        border: 0px;
        margin-right: 10px;
        height: auto;
        padding: 5px 10px;
        box-sizing: border-box;
    }

    .about-content .menu-tag-box ul li:last-child {
        margin-right: 0;
    }

    .about-content .menu-tag-box ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }

    /* 医院介绍 */
    .about-content .introduce-area {
        margin-top: 15px;
        width: 100%;
    }

    .about-content .introduce-area .introduce-box {
        text-align: center;
        display: flow-root;
        background: #ffffff;
        padding: 15px 0;
        border-radius: 8px 8px 0 0;
        margin-top: 15px;
    }

    .about-content .introduce-area .pc-video {
        float: none;
    }

    .about-content .introduce-area .pc-video .video-bg {
        display: none;
    }

    .about-content .introduce-area .pc-video {
        display: none;
    }

    .about-content .introduce-area .mobile-video {
        display: block;
        width: 100%;
        padding: 0 15px 15px 15px;
        box-sizing: border-box;
    }

    .about-content .introduce-area .mobile-video iframe {
        width: 100%;
        height: 300px;
    }

    .about-content .introduce-area .txt {
        width: auto;
        padding: 0 15px;
    }

    /*.hospital-qualification-area .hospital-qualification-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 .hospital-data-area {
        background: #ffffff;
        position: inherit;
        top: inherit;
        border-radius: 0 0 8px 8px;
        /*margin-bottom: 10px;*/
        padding: 0 15px 15px;
        box-sizing: border-box;
    }

    .hospital-data-area .hospital-data-box {
        width: 100%;
        padding: 15px 0;
        box-sizing: border-box;
        background: #f1fbfb;
        border-radius: 8px;
    }

    .hospital-data-area .hospital-data-box ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hospital-data-box ul li.hospital-data-item {
        width: 50%;
        padding: 5px;
        height: 120px;
        box-sizing: border-box;
    }

    .hospital-data-box ul li.hospital-data-item:first-child {
        border-right: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
    }

    .hospital-data-box ul li.hospital-data-item:nth-child(2) {
        border-bottom: 1px solid #DDDDDD;
        border-right: none;
    }

    .hospital-data-box ul li.hospital-data-item:nth-child(3) {
        border-right: 1px solid #DDDDDD;
        border-right: none;
    }

    .hospital-data-box ul li.hospital-data-item:last-child {
        border-left: 1px solid #DDDDDD;
    }

    .hospital-data-box ul li.hospital-data-item .hospital-data-text {
        font-size: 14px;
        color: #2A78BA;
    }

    .hospital-data-box ul li.hospital-data-item .hospital-data-text strong {
        font-size: 20px;
        margin-right: 5px;
    }

    .hospital-data-box ul li.hospital-data-item span {
        font-size: 14px;
    }

    /* 医院资质 */
    .about-content .hospital-qualification-area {
        width: 100%;
        padding: 0 15px 25px;
        box-sizing: border-box;
        margin-bottom: 0px;
    }

    .hospital-qualification-area .hospital-qualification-box {
        background: #ffffff;
        border-radius: 16px;
        display: flow-root;
        padding: 20px 0;
        position: relative;
    }

    .about-content .hospital-qualification-area .area-title {
        padding: 15px 0px;
        box-sizing: border-box;
    }

    .hospital-qualification-area .hospital-qualification-box {
        width: 100%;
        box-sizing: border-box;
        margin-top: 0;
        padding: 0;
        border-radius: 8px;
    }

    .hospital-qualification-box .hospital-qualification-list {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .hospital-qualification-list .hospital-qualification-item {
        padding: 0;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hospital-qualification-list .hospital-qualification-item span {
        display: none;
    }

    .hospital-qualification-area .hospital-qualification-bg {
        width: 80px;
        height: 80px;
        bottom: -10px;
        right: -10px;
        border-radius: 0 0 8px;
    }

    .hospital-qualification-list .hospital-qualification-item img {
        width: 100%;
        height: auto;
    }

    /* 创始历史 */
    .about-content .development-history-area {
        width: 100%;
        padding: 15px 0;
        box-sizing: border-box;
        margin: 0;
    }

    .development-history-area .development-history-box {
        margin-top: 15px;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .development-history-list .development-history-item {
        width: 100% !important;
        height: auto;
        padding: 0;
    }

    .development-history-box .development-history-next, .development-history-box .development-history-prev {
        top: 0;
    }

    /* 医院声誉 */
    .about-content .hospital-honor-area {
        height: auto;
        width: 100%;
        padding: 15px 0;
    }

    .hospital-honor-area .hospital-honor-box {
        padding: 15px 10px 0 10px;
        margin: 0;
    }

    .hospital-honor-box ul {
        background: #ffffff;
        border-radius: 8px;
    }

    .hospital-honor-box ul li {
        width: 100%;
    }

    .hospital-honor-box ul li .honor-img {
        display: inline-block;
        width: 100%;
        height: auto;
    }

    .hospital-honor-box ul li .honor-img img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .hospital-honor-box .swiper-container .swiper-wrapper .swiper-slide {
        width: calc(50% - 5px) !important;
    }

    .hospital-honor-box .swiper-button-prev, .hospital-honor-box .swiper-button-next {
        display: none;
    }

    /* 癌症治疗技术 */
    .about-content .medical-technology-area {
        width: 100%;
        padding: 0;
    }

    .medical-technology-area .medical-technology-box .area-title {
        margin-bottom: 15px;
    }

    /* MDT团队 */
    .about-content .mdt-team-box .area-title {
        margin-bottom: 30px;
    }

    .about-content .mdt-team-area {
        margin-top: 15px;
    }

    .about-content .mdt-team-box .area-title {
        /*margin-bottom: 20px;*/
        margin-bottom: 10px;
    }

    /*服务与设施*/
    .about-content .service-facility-area {
        width: 100%;
        background: none;
        margin-top: 0px;
        margin-bottom: 0;
        padding: 5px 0 0;
    }

    .service-facility-area .service-facility-box {
        margin-top: 15px;
        padding-top: 0;
    }

    .service-facility-area .service-facility-desc {
        display: none;
    }

    .service-facility-area .service-facility-box {
        width: 100%;
        padding: 0 15px;
        margin-left: auto;
        margin-top: 20px;
        box-sizing: border-box;
        display: table;
        margin-bottom: 0px;
    }

    .service-facility-box .service-facility-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0;

    }

    .service-facility-box .service-facility-list li {
        width: calc(50% - 7.5px);
        aspect-ratio: 11/8;
        object-fit: cover;
        height: auto;
        background: #ffffff;
        border-radius: 8px;
        margin: 0 0 15px 0;
        float: none;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }

    .service-facility-box .service-facility-list li:last-child {
        margin-bottom: 0;
    }

    .service-facility-box .service-facility-list li img {
        width: 36px;
        height: 36px;
    }

    /* 医院环境 */
    .about-content .hospital-environment-area {
        margin-top: 15px;
        padding-bottom: 0;
    }

    .hospital-environment-area .info {
        width: 100%;
        padding: 15px 15px 0 15px;
        box-sizing: border-box;
    }

    .hospital-environment-area .Cooldog_container {
        margin-top: 30px;
        width: 100%;
    }

    .hospital-environment-area .Cooldog_container .buttons {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hospital-environment-area .Cooldog_container .buttons a {
        width: 25px;
    }

    .hospital-environment-area .hospital-environment-box .dis_describe {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .hospital-environment-area .hospital-banner {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 15px;
    }

    .hospital-environment-box .Cooldog_container {
        margin-top: 30px;
    }
}


