@charset "utf-8";

    @media screen and (min-width: 641px) {
        #mobile {
            display: none;
        }

        #container-wrapper {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        #container {
            width: 100%;
        }
        .module {
            width: 1280px!important;
        }
        .module-wrapper {
            margin-top: 60px;
            display: flex;
            flex-direction: row;
            justify-content: center;
        }
        .grey-bg {
            background-color: rgb(215,217,217);
        }

        #walkIntoXiekang {
            display: flex;
            flex-direction: row;
        }

        #walkIntoXiekangLeft {
            width: 580px;
            padding: 0 60px;
            box-sizing: border-box;
            position: relative;
        }

        #walkIntoXiekangLeftContent,
        #walkIntoXiekangLeftMore {
            position: relative;
        }

        #walkIntoXiekangLeftContent::before,
        #walkIntoXiekangLeftMore::before {
            content: '';
            width: 20px;
            height: 100%;
            background-color: rgb(5, 153, 217);
            position: absolute;
            left: -50px;
            top: 0;
        }

        #walkIntoXiekangLeftContentTitle {
            display: flex;
            flex-direction: row;
            align-items: center;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 30px;
        }

        #walkIntoXiekangLeftContentTitle .image {
            width: 24px;
            height: 24px;
            display: flex;
            margin-right: 5px;
        }

        #walkIntoXiekangLeftContentTitle .image img {
            width: 100%;
            height: 100%;
        }

        #walkIntoXiekangLeftContentTitle span {
            color: rgb(5, 153, 217);
            letter-spacing: 1px;
        }

        #walkIntoXiekangLeftContentText {
            font-size: 15px;
            line-height: 30px;
            font-weight: 500;
        }

        #walkIntoXiekangLeft ul {
            margin-top: 55px;
            width: 100%;
            display: flex;
            flex-direction: row;
        }

        #walkIntoXiekangLeft ul li {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        #walkIntoXiekangLeft ul li img {
            height: 50px;
            width: auto;
        }

        #walkIntoXiekangLeft ul li div {
            text-align: center;
        }

        #walkIntoXiekangLeft ul li .xiekang-value {
            margin-top: 15px;
            font-size: 24px;
            font-weight: 500;
            color: rgb(211, 16, 16);
        }

        #walkIntoXiekangLeft ul li .xiekang-name {
            font-size: 16px;
            font-weight: 500;
        }

        #walkIntoXiekangLeftMore {
            width: 460px;
            position: absolute;
            bottom: 0;
            border-bottom: 2px solid rgb(5, 153, 217);
            line-height: 40px;
            font-size: 16px;
        }

        #walkIntoXiekangRight {
            width: 700px;
            height: 480px;
        }

        #walkIntoXiekangRight video {
            width: 100%;
            height: 100%;
        }

        #healthHouse {
            position: relative;
            width: 100%;
            height: 600px;
            background-size: cover;
        }

        #healthHouse .bg {
            display: none;
        }

        /* #healthHouse .bg {
        width: 100%;
        height: 100%;
        position: absolute;
    } */
        #healthHouseBanner {
            width: 100%;
            display: flex;
            flex-direction: row;
            padding: 0 60px;
            background: rgba(255, 255, 255, 0.65);
            font-size: 20px;
            line-height: 60px;
            position: absolute;
            top: 40px;
            box-sizing: border-box;
            justify-content: space-between;
        }

        #healthHouseBanner #healthHouseBannerTitle {
            color: #223F6A;
            display: flex;
            align-items: center;
        }

        #healthHouseBanner #healthHouseBannerTitle img {
            height: 20px;
            width: auto;
            margin-right: 10px;
        }

        #healthHouseBannerTitleMore {
            cursor: pointer;
        }

        #healthHouse ul {
            width: 100%;
            padding: 0 60px;
            display: flex;
            position: absolute;
            bottom: 40px;
            box-sizing: border-box;
        }

        #healthHouse li {
            display: flex;
            flex-direction: row;
            background: rgba(62, 79, 101, 0.3);
            border: 1px solid #fff3;
            border-left: none;
            line-height: 70px;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
            width: 100px;
            cursor: pointer;
        }

        /* #healthHouse li.house-item:hover {
            width: 250px !important;
            flex-grow: 0 !important;
            background: rgb(5, 153, 217) !important;
            border: none !important;
            color: #fff !important;
            letter-spacing: 1px !important;
        }

        #healthHouse ul:hover li {
            width: 100px !important;
            background: rgba(62, 79, 101, 0.3) !important;
            border: 1px solid #fff3 !important;
            color: #fff !important;
        }

        #healthHouse ul:hover li span {
            overflow: hidden !important;
            display: none !important;
            width: 0 !important;
            font-size: 12px !important;
        }

        #healthHouse li.house-item:hover span {
            display: inline-block !important;
            width: 105px !important;
            margin-left: 10px !important;
            font-size: 20px !important;
        } */

        #healthHouse li.active {
            width: 250px;
            background: rgb(5, 153, 217);
            border: none;
            color: #fff;
            letter-spacing: 1px;
        }

        #healthHouse li div img {
            width: auto;
            height: 30px;
        }

        /* #healthHouse li.active div img {
            margin-right: 10px;
        } */

        #healthHouse li span {
            word-break: keep-all;
            font-size: 12px;
            display: none;
            width: 0;
            overflow: hidden;
            transition: 0.3s;
        }

        #healthHouse li.active span {
            font-size: 20px;
            display: inline-block;
            width: 130px;
            margin-left: 10px;
        }

        #healthDevice {
            display: flex;
            flex-direction: column;
        }

        #healthDeviceBanner {
            width: 100%;
            display: flex;
            flex-direction: row;
            padding: 0 60px;
            background: rgba(255, 255, 255, 0.65);
            font-size: 20px;
            line-height: 60px;
            box-sizing: border-box;
            justify-content: space-between;
        }

        #healthDeviceTitle {
            color: rgb(5, 153, 217);
            display: flex;
            align-items: center;
            font-weight: bold;
        }

        #healthDeviceTitle img {
            height: 20px;
            width: auto;
            margin-right: 10px;
        }

        #healthDevice ul {
            display: flex;
            flex-direction: row;
        }

        #healthDevice ul li {
            display: flex;
            flex-direction: row;
            height: 400px;
            border: 1px solid rgba(34, 63, 106, 1);
            box-sizing: border-box;
            border-left: none;

        }

        #healthDevice ul li:first-child {
            border-left: 1px solid rgba(34, 63, 106, 1);
        }



        .device-info {
            width: 160px;
            /* height: 400px; */
            display: flex;
            flex-direction: column;
            /* border: 1px solid rgba(34, 63, 106, 1); */
            border-left: none;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            transition: 0.3s;
        }

        .device-info .img-wrapper {
            width: 110px;
            height: 110px;
            margin: 30px 0;
        }

        .device-info .img-wrapper img {
            width: 100%;
            height: 100%;
        }

        .device-info-title {
            font-size: 20px;
            color: #000;
            line-height: 30px;
            font-weight: 500;
        }

        .device-info .btn {
            font-size: 14px;
            border-radius: 5px;
            border: 1px solid rgba(34, 63, 106, 1);
            margin-top: 20px;
            cursor: pointer;
            line-height: 32px;
            width: 100px;
            height: 32px;
            text-align: center;
            transition: font-size 0.3s;
        }

        #healthDevice ul li .device-pic {
            width: 0;
            background: radial-gradient(circle, #fff 0%, rgb(5, 153, 217) 100%);
            transition: 0.7s linear;
        }

        #healthDevice ul li .device-pic img {
            width: 0;
            height: 400px;
            transition: 0.3s;
        }

        #healthDevice ul li.active .device-pic {
            display: block;
            width: 480px;
            background: radial-gradient(circle, #fff 0%, rgb(5, 153, 217) 100%);
        }

        #healthDevice ul li.active .device-pic img {
            width: 100%;
            height: 100%;
        }

        #healthDevice ul li.active .device-info {
            background: rgb(5, 153, 217);
        }

        #healthDevice ul li.active .device-info-title,
        #healthDevice ul li.active .btn {
            color: #fff !important;
            font-weight: bold !important;
            border-color: #fff !important;
        }

        #healthDevice ul li.active .btn a {
            color: #fff;
        }

        /* 悬浮 */
        /* #healthDevice ul:hover li .device-pic {
            width: 0 !important;
            background: radial-gradient(circle, #fff 0%, rgb(5, 153, 217) 100%) !important;
        }

        #healthDevice ul:hover li .device-pic img {
            width: 0 !important;
            height: 400px !important;
            transition: 1s !important;
        }

        #healthDevice ul:hover li.active .device-info {
            background: #fff !important;
        }

        #healthDevice ul:hover li.active .device-info-title,
        #healthDevice ul:hover li.active .btn {
            color: #000 !important;
            font-weight: 400 !important;
            border-color: #fff !important;
        }

        #healthDevice ul li:hover .device-pic {
            display: block !important;
            width: 480px !important;
            background: radial-gradient(circle, #fff 0%, rgb(5, 153, 217) 100%) !important;
        }

        #healthDevice ul li:hover .device-pic img {
            width: 100% !important;
            height: 100% !important;
        }

        #healthDevice ul li:hover .device-info,
        #healthDevice ul li.active:hover .device-info {
            background: rgb(5, 153, 217) !important;
        } */

        /* #healthDevice ul li:hover .device-info-title,
        #healthDevice ul li.active:hover .device-info-title,
        #healthDevice ul li:hover .btn,
        #healthDevice ul li.active:hover .btn {
            color: #fff !important;
            font-weight: bold !important;
            border-color: #fff !important;
        } */


        #solution {
            width: 100%;
            height: 610px;
            display: flex;
            flex-direction: row;
        }

        #solutionLeft {
            width: 250px;
            background: rgb(5, 153, 217);
            color: #fff;
            position: relative;
        }

        #solutionTitle {
            display: flex;
            font-size: 20px;
            margin-top: 70px;
            font-weight: bold;
            letter-spacing: 1px;
            padding-left: 55px;
        }

        #solutionTitle div {
            width: 20px;
            height: 20px;
            margin-right: 5px;
        }

        #solutionTitle div img {
            width: 100%;
            height: 100%;
        }

        #solutionContent {
            padding-left: 75px;
            font-size: 18px;
            color: #fff;
            line-height: 30px;
            display: flex;
            flex-direction: column;
            margin-top: 40px;
        }

        #solutionMore {
            position: absolute;
            bottom: 70px;
            left: 70px;
            font-size: 18px;
            color: #fff;
        }

        #solutionRight {
            width: 1030px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        /* .witr_service_3d {
            perspective: 1000px;
            transition: .1s;
            transform-style: preserve-3d;
            position: relative;
        }
        .witr_service_3d:hover {
            transform: rotateY(180deg);
        }
        .witr_service_front_3d, .witr_service_back_3d div.mask {
            width: 250px;
            height: 300px;
            box-sizing: border-box;
            border: 2px solid #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: 0;
            left: 0;
        }
        .witr_service_back_3d div.mask {
            background-color: rgba(55, 55, 55, 0.3);
        }
        .witr_service_front_3d {
            background: rgb(5, 153, 217);    
            z-index: 2;
            backface-visibility: hidden;
            
        }
        .witr_service_back_3d {
            position: absolute;
            z-index: 3;
            transform: rotateY(-180deg);
            backface-visibility: hidden;
            background-image: url("./image/pic1 (2).png");
            background-size: contain;
        } */



        /* #solutionRight li {
            width: 250px;
            height: 300px;
            box-sizing: border-box;
            border: 2px solid #fff;
            background: rgb(5, 153, 217);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        } */

        /* .solution-icon {} */

        .solution-icon img {
            width: auto;
            height: 50px;
        }

        .solution-name {
            margin: 25px 0 15px;
            color: #fff;
            font-size: 20px;
        }

        .solution-name span:first-child {
            font-weight: bold;
        }

        .solution-arrow {
            width: 25px;
            height: 25px;
        }

        .solution-arrow img {
            width: 100%;
            height: 100%;
        }

        #projectCase {
        }

        #projectCaseBanner {
            width: 100%;
            display: flex;
            flex-direction: row;
            padding: 0 60px;
            font-size: 20px;
            line-height: 60px;
            box-sizing: border-box;
        }

        #projectCaseBanner span {
            color: rgb(5, 153, 217);
            display: flex;
            align-items: center;
            font-weight: bold;
        }

        #projectCaseIcon img {
            height: 20px;
            width: auto;
            margin-right: 10px;
        }

        #projectCaseBorder {
            position: relative;
            flex: 1;
            /* height: 10px;
        flex: 1;
        border-bottom: 1px solid rgb(5, 153, 217); */
        }

        #projectCaseBorder::after {
            content: '';
            width: calc(100% - 10px);
            height: 1px;
            background-color: rgb(5, 153, 217);
            padding-left: 10px;
            box-sizing: border-box;
            position: absolute;
            top: 50%;
            left: 10px;
        }

        #projectCaseLayout {
            margin-top: 40px;
            display: flex;
        }

        #projectCaseLayout ul {
            display: flex;
            flex-direction: column;
            height: 400px;
            justify-content: space-between;
        }

        #projectCaseLayout ul li {
            width: 120px;
            height: 50px;
            line-height: 50px;
            border: 1px solid #999;
            border-radius: 5px;
            font-size: 20px;
            text-align: center;
        }

        #projectCaseLayout .project-item,
        #projectCaseLayout .project-more {
            cursor: pointer;
            transition: 0.3s;
        }

        #projectCaseLayout .project-item.active,
        #projectCaseLayout .project-item:hover,
        #projectCaseLayout .project-more:hover {
            background-color: rgb(5, 153, 217);
            border: rgb(5, 153, 217);
            color: #fff;
        }

        /* 悬浮 */
        #projectCaseLayout ul:hover {
            /* background-color: rgb(5, 153, 217);
            border: rgb(5, 153, 217);
            color: #fff; */
        }

        #projectCaseLayout .project-item:hover,
        #projectCaseLayout .project-more:hover a {
            background-color: rgb(5, 153, 217) !important;
            border: rgb(5, 153, 217) !important;
            color: #fff !important;
        }

        /* #projectCaseLayout .project-item.active {
            background-color: rgb(5, 153, 217);
            border: rgb(5, 153, 217);
            color: #fff;
        } */

        .projectCaseContent.active {
            padding-left: 40px;
            display: flex;
            opacity: 1;
            max-height: 400px;
        }

        .projectCaseContent {
            max-height: 0;
            opacity: 0;
            transition: all 0.3s;
            overflow: hidden;
        }

        .projectCaseContent:hover .projectCaseText {
            cursor: pointer;
            color: rgb(5, 153, 217);
        }
        .projectCaseContent:hover .projectCaseImg img {
            transform: scale(1.2);
            transition: all 0.5s ease-out 0s;
        }

        .projectCaseText {
            border: 1px solid rgb(233, 233, 233);
            flex: 1;
            padding: 40px;
        }

        .projectCaseTextTitle {
            font-size: 20px;
            font-weight: 600;
            text-align: center;
        }

        .projectCaseTextContent {
            margin-top: 40px;
            font-size: 16px;
            line-height: 28px;
        }

        .projectCaseImg {
            width: 700px;
            height: 400px;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .projectCaseImg img {
            /*width: 100%;*/
            height: 100%;
            /* transition: all 0.5s ease-out 0s; */
        }

        .projectCaseImg img:hover {
            transform: scale(1.2);
            transition: all 0.5s ease-out 0s;
        }

        #honorary {
            margin-top: 40px;
        }

        #honoraryBanner {
            width: 100%;
            display: flex;
            flex-direction: row;
            padding: 0 60px;
            font-size: 20px;
            line-height: 60px;
            box-sizing: border-box;
            justify-content: space-between;
        }

        #honoraryTitle {
            color: rgb(5, 153, 217);
            display: flex;
            align-items: center;
            font-weight: bold;
        }

        #honoraryTitle img {
            height: 20px;
            width: auto;
            margin-right: 10px;
        }

        #honoraryList {
            padding: 70px 60px;
            display: flex;
        }

        #honoraryListLeft {
            width: 280px;
            height: 400px;
            flex-shrink: 0;
            overflow: hidden;
        }

        #honoraryListLeft img {
            width: 100%;
            height: 100%;
            transition: all 0.3s;
        }

        #honoraryListLeft img:hover {
            transform: scale(1.2);
        }

        #honoraryListRight {
            margin-left: 40px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        #honoraryListRight li {
            height: 200px;
        }

        #honoraryListRight li div {
            width: 260px;
            height: 175px;
            overflow: hidden;
        }

        #honoraryListRight li div img {
            width: 100%;
            height: 100%;
            transition: all 0.3s;
        }

        #honoraryListRight li div img:hover {
            transform: scale(1.2);
        }

        .alignTop {
            display: flex;
            align-items: flex-start;
        }

        .alignBottom {
            display: flex;
            align-items: flex-end;
        }

        #newsCenter {
        }

        #newsCenterBanner {
            width: 1160px;
            display: flex;
            flex-direction: row;
            margin: 0 60px;
            font-size: 20px;
            line-height: 60px;
            box-sizing: border-box;
            justify-content: space-between;
            border-bottom: 1px solid #ddd;
        }

        #newsCenterTitle {
            color: rgb(5, 153, 217);
            display: flex;
            align-items: center;
            font-weight: bold;
            margin-right: 15px;
        }

        #newsCenterTitle img {
            height: 20px;
            width: auto;
            margin-right: 10px;
        }

        #newsCenterBanner ul {
            flex: 1;
            display: flex;
            flex-direction: row;
        }

        #newsCenterBanner ul li {
            display: flex;
            flex-direction: row;
            margin: 0 15px;
            transition: all 0.3s;
            border-bottom: 2px solid #fff;
        }

        #newsCenterBanner ul li.active {
            border-bottom: 2px solid rgb(5, 153, 217);
        }

        #newsCenterBanner ul li div {
            margin-right: 10px;
            display: flex;
            align-items: center;
        }

        #newsCenterBanner ul li div img {
            height: 20px;
            width: auto;
        }

        #newsCenterBanner .news-item {
            cursor: pointer;
        }

        #newsCenterBanner .news-item:hover {
            color: rgb(5, 153, 217);
        }

        .newsCenterContent {
            /* display: none; */
            max-height: 0;
            display: flex;
            opacity: 0;
            transition: all 0.3s;
            overflow: hidden;
        }

        .newsCenterContent.active {
            margin-top: 45px;
            display: flex;
            opacity: 1;
            max-height: 450px;
        }


        .newsCenterContentLeft {
            display: flex;
            flex-direction: column;
        }

        .newsCenterContentLeftText {
            font-size: 16px;
            font-weight: bold;
            margin-top: 30px;
            text-align: right;
            padding-right: 15px;
            box-sizing: border-box;
        }

        .newsCenterContentImg {
            width: 580px;
            height: 360px;
            overflow: hidden;
        }

        .newsCenterContentImg img {
            width: 100%;
            height: 100%;
            transition: 0.3s;
        }

        .newsCenterContentImg img:hover {
            transform: scale(1.2);
        }

        .newsCenterContentRight {
            padding-left: 60px;
            padding-right: 40px;
            box-sizing: border-box;
        }

        .newsCenterContentRight li {
            display: flex;
            padding-bottom: 40px;
            padding-top: 40px;
            border-bottom: 1px solid #ddd;
            cursor: pointer;
        }

        .newsCenterContentRight li:first-child {
            padding-top: 0;
        }

        .newsCenterContentRight li:last-child {
            border-bottom: none;
        }

        .newsCenterContentRight li:hover .news-date,
        .newsCenterContentRight li:hover .news-content {
            border-color: rgb(5, 153, 217);
            color: rgb(5, 153, 217);
        }

        .news-date {
            display: flex;
            flex-direction: column;
            width: 85px;
            height: 85px;
            border: 1px solid #ddd;
            box-sizing: border-box;
            justify-content: center;
            align-items: center;
        }

        .news-date-day {
            font-size: 36px;
        }

        .news-date-month {
            font-size: 12px;
        }

        .news-content {
            flex: 1;
            padding-left: 40px;
        }

        .news-content {
            display: flex;
            flex-direction: column;
        }

        .news-title {
            font-size: 20px;
            font-weight: bold;
            line-height: 40px;
        }

        .news-text {
            font-size: 14px;
            line-height: 20px;
        }

        #partner {
        }

        #partnerBanner {
            width: 1160px;
            display: flex;
            flex-direction: row;
            margin: 0 60px;
            font-size: 20px;
            line-height: 60px;
            box-sizing: border-box;
            justify-content: space-between;
        }

        #partnerTitle {
            color: rgb(5, 153, 217);
            display: flex;
            align-items: center;
            font-weight: bold;
            margin-right: 15px;
        }

        #partnerTitle img {
            height: 20px;
            width: auto;
            margin-right: 10px;
        }
    }
</style>
<style>
    * {
        /* 清除默认样式 */
        margin: 0;
        padding: 0;
    }

    .solution-container {
        /* 设为flex容器 */
        display: flex;
        /* 设置子元素水平居中 */
        justify-content: center;
        /* 设置子元素垂直居中 */
        align-items: center;
        /* 设置容器宽高为整个可视区的宽高 */
        width: 1030px;
        height: 610px;
    }

    .grid-container {
        position: relative;
        /* 设为grid容器 */
        display: grid;
        /* 设置为4列，列宽为200px（图片宽度） */
        grid-template-columns: 250px 250px 250px 250px;
        /* 设为两行，行高为270px（图片高度） */
        grid-template-rows: 300px 300px;
        /* 设置行列间距为20px */
        gap: 10px;
    }

    .grid-item {
        /* 设为相对定位 */
        position: relative;
        width: 250px;
        height: 300px;
    }

    .img-front,
    .img-back {
        box-sizing: border-box;
        border: 2px solid #fff;
        background: rgb(5, 153, 217);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .img-front,
    .img-back {
        /* 设为绝对定位 */
        position: absolute;
        /* 距离父元素上边距和左边距均为0 */
        top: 0;
        left: 0;
        /* 图片的默认大小（父盒子的宽高） */
        width: 100%;
        height: 100%;
    }

    .img-front {
        /* 提高堆叠顺序 */
        z-index: 2;
    }

    .grid-item {
        /* 设置过度时间 */
        transition: 1.5s;
        /* 应用3D转换 */
        transform-style: preserve-3d;
    }

    .grid-item:hover,
    .grid-item:focus {
        /* 沿Y轴旋转180° */
        transform: rotateY(180deg);
    }

    .img-front,
    .img-back {
        background-size: cover;
        /* 设置图片背面不可见 */
        backface-visibility: hidden;
    }

    .img-back {
        cursor: pointer;
        /* 卡片反面图默认背面朝向观察者 */
        transform: rotateY(-180deg);
    }

    .grey-bg {
        background-color: rgb(215 217 217);
    }
	
	
	   /* 移动端样式 */
            @media screen and (max-width: 640px) {
                #container {
                    display: none;
                }

                #mobile {
                    background: #F3F3F3;
                }

                #topBanner {
                    width: 100%;
                }

                #topBanner img {
                    width: 100%;
                    height: auto;
                }

                #topData ul {
                    display: flex;
                    background-color: #fff;
                    margin: 0 20px;
                    border-radius: 10px;
                    position: relative;
                    top: -30px;
                }

                #topData li {
                    flex: 1;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    padding: 10px 0;
                }

                #topData .xiekang-icon {
                    width: 30px;
                    height: 30px;
                }

                #topData .xiekang-icon img {
                    width: 100%;
                    height: 100%;
                }

                #topData .xiekang-value {
                    font-size: 20px;
                    color: #6B8BFE;
                    font-weight: bold;
                }

                #topData .xiekang-name {
                    color: #999999;
                    font-size: 16px;
                    font-weight: 400;
                }

                .module {
                    padding: 0 20px;
                }

                .module-title {
                    display: flex;
                    flex-direction: row;
                    align-items: flex-end;
                    justify-content: space-between;
                    margin-top: 10px;
                    margin-bottom: 5px;
                }

                .module-title-text {
                    font-size: 20px;
                    font-weight: bold;
                }

                .module-title-more a {
                    font-size: 16px;
                    color: #6B8BFE;
                }

                #walkMobileContent {
                    display: flex;
                    flex-direction: column;
                }

                #walkMobileContentText {
                    background-color: #fff;
                    margin-top: 5px;
                    padding: 10px 7px;
                    font-size: 13px;
                    text-indent: 28px;
                    border-radius: 5px 5px 0 0;
                }

                #walkMobileContentImg img {
                    width: 100%;
                    height: auto;
                }

                #healthHouseMobile {}

                #healthHouseMobile .module-container ul {
                    display: flex;
                    flex-direction: row;
                    background-color: #fff;
                    border-radius: 0 0 5px 5px;
                }

                #healthHouseMobile .module-container ul li {
                    flex: 1;
                    /* color: #6B8BFE; */
                    color: #999999;
                    display: flex;
                    flex-direction: column;
                    padding: 5px 0;
                    justify-content: center;
                    align-items: center;
                    font-size: 14px;
                    cursor: pointer;
                }

                #healthHouseMobile .module-container ul .mobile-health-house.active {
                    color: rgb(5, 153, 217);
                }

                #healthSeviceMobile ul {
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }

                #healthSeviceMobile ul li {
                    width: 48%;
                    margin-bottom: 10px;
                    background-color: #fff;
                    border-radius: 10px;
                    padding: 5px 0;
                }

                #healthSeviceMobile ul li .sevice-item {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                }

                .sevice-item-name {
                    background-color: #6B8BFE;
                    color: #fff;
                    font-weight: bold;
                    width: 80%;
                    font-size: 14px;
                    line-height: 32px;
                    border-radius: 16px;
                    text-align: center;
                    margin-top: 5px;
                    margin-bottom: 15px;
                }

                #solutionMobile .module-container {
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }

                #solutionMobile .module-container li {
                    width: 48%;
                    height: 220px;
                    margin-bottom: 10px;
                    border-radius: 10px;
                    overflow: hidden;
                }

                #solutionMobile .module-container li .solution-item {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    background-color: rgba(55, 55, 55, 0.3);
                }
                /* #solutionMobile .module-container li .solution-item img {
                    width: 100%;
                    width: 100%;
                } */
                .solution-icon img {
                    width: auto;
                    height: 40px;
                }

                .solution-name {
                    margin: 15px 0;
                    color: #fff;
                    font-size: 14px;
                }

                .solution-name span:first-child {
                    font-weight: bold;
                }

                .solution-arrow {
                    width: 16px;
                    height: 16px;
                }

                .solution-arrow img {
                    width: 100%;
                    height: 100%;
                }

                #projectCaseMobile .module-container {
                    display: flex;
                    flex-direction: row;
                    height: 180px;
                }

                #projectCaseMobile .module-container .module-container-left {
                    display: flex;
                    flex-direction: column;
                    background-color: #fff;
                    width: 90px;
                    padding: 0 10px;
                    box-sizing: border-box;
                    border-radius: 5px 0 0 5px;
                    flex-shrink: 0;
                }

                #projectCaseMobile .module-container .module-container-left li {
                    border-bottom: 1px solid #F3F3F3;
                    color: #333333;
                    flex: 1;
                    line-height: 40px;
                    font-size: 13px;
                    transition: all 0.3s;
                }

                #projectCaseMobile .module-container .module-container-right {
                    flex: 1;
                    background-color: rgba(55, 55, 55, 0.5);
                    border-radius: 0 5px 5px 0;
                    background-image: url('/image/mobile/476.png');
                    position: relative;
                    box-sizing: border-box;
                    background-size: cover;
                    height: 100%;
                }

                #projectCaseMobile .module-container .module-container-right-mask {
                    z-index: 0;
                    border-radius: 0 5px 5px 0;
                    width: 100%;
                    height: 100%;
                    background-color: rgba(55, 55, 55, 0.3);
                }

                #projectCaseMobile .module-container .module-container-right-title {
                    z-index: 100;
                    color: #fff;
                    font-size: 16px;
                    font-weight: bold;
                    padding: 5px;
                }

                #projectCaseMobile .module-container .module-container-right-text {
                    z-index: 100;
                    color: #fff;
                    font-size: 13px;
                    text-indent: 26px;
                    padding: 0 5px;
                    line-height: 20px;
                }

                #newsCenter .module-container {
                    padding: 10px;
                    background-color: #fff;
                    border-radius: 5px;
                }

                #newsCenter .module-container .module-container-banner {
                    display: flex;
                    flex-direction: row;
                    border-bottom: 1px solid #F3F3F3;
                }

                #newsCenter .module-container .module-container-banner li {
                    color: #666666;
                    font-size: 14px;
                    width: 80px;
                    text-align: center;
                    line-height: 40px;
                    border: 2px solid #fff;
                    transition: all 0.3s;
                }

                #newsCenter .module-container .module-container-banner {}

                #newsCenter .module-container .module-container-banner {}

                #newsCenter .module-container .module-container-banner {}

                #mobile-health-house-list {
                    width: 100%;
                    height: 230px;
                    overflow: hidden;
                    display: flex;
                }

                .mobile-health-house-list-img {
                    max-width: 0;
                    height: 100%;
                    transition: all 0.3s;
                }

                .mobile-health-house-list-img.active {
                    max-width: 100%;
                    height: 100%;
                }

                .mobile-health-house-list-img img {
                    width: 100%;
                    height: 100%;
                }

                .mobile-news-content {
                    display: flex;
                    flex-direction: row;
                    margin-bottom: 20px;
                }

                .mobile-news-content:first-child {
                    margin-top: 20px;
                }

                .mobile-news-content-img {
                    width: 80px;
                    height: 80px;
                }

                .mobile-news-content-img img {
                    width: 100%;
                    height: 100%;
                }

                .mobile-news-content-text {
                    flex: 1;
                    padding-left: 5px;
                }

                .mobile-news-content-text-title {
                    color: #333333;
                    font-size: 14px;
                    margin-bottom: 5px;
                    font-weight: bold;
                }
                .mobile-news-content {
                    cursor: pointer;
                }
                .mobile-news-content:hover .mobile-news-content-text-title,.mobile-news-content:hover .mobile-news-content-text-content {
                    color: rgb(5, 153, 217);
                }

                .mobile-news-content-text-content {
                    color: #666666;
                    font-size: 12px;
                }

                .mobile-news-module-wrapper {
                    display: flex;
                    flex-direction: row;
                }

                .mobile-news-module {
                    max-width: 0;
                    height: 320px;
                    opacity: 0;
                    overflow: hidden;
                    transition: all 0.3s;
                    /* display: none; */
                }

                .mobile-news-module.active {
                    max-width: 100%;
                    opacity: 1;
                    /* display: block; */
                }

                #newsCenter .module-container .module-container-banner li.mobile-news-title.active {
                    color: #6B8BFE;
                    border-bottom: 2px solid #6B8BFE;
                }

                .mobile-case-module {
                    max-height: 0;
                    opacity: 0;
                    transition: all 0.3s;
                }

                .mobile-case-title, .mobile-case-module {
                    cursor: pointer;
                }
                #projectCaseMobile .module-container .module-container-left li.mobile-case-title.active {
                    color: #6B8BFE;
                    border-bottom: 2px solid #6B8BFE;

                }

                .mobile-case-module.active {
                    max-height: 180px;
                    opacity: 1;
                }

                .mobile-case-module-wrapper {
                    height: 180px;
                    overflow: hidden;
                }

                .honorary-title {
                    margin-top: 20px;
                    line-height: 60px;
                    background-color: #fff;
                    border-radius: 5px 5px 0 0;
                }

                .honorary-title-text {
                    background-image: url('./image/mobile/蒙版组\ 484.png');
                    background-repeat: no-repeat;
                    background-position: 50% 50%;
                    text-align: center;
                    background-size: 110px auto;
                    font-size: 18px;
                    font-weight: bold;
                }

                .honorary-list {
                    border-radius: 0 0 5px 5px;
                    background-color: #fff;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    position: relative;
                    padding-bottom: 30px;
                }

                .honorary-img1 {
                    transform: scale(0.8) translateX(60%);
                    z-index: 5;
                }

                .honorary-img2 {
                    z-index: 10;
                }

                .honorary-img3 {

                    transform: scale(0.8) translateX(-60%);
                    z-index: 5;
                }

                .partner-wrapper {
                    display: flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                }
                .partner-wrapper-outer {
                    overflow: hidden;
                }
                .partner-wrapper {
                    overflow-x: scroll;
                }
                /* 隐藏滚动条，但保留滚动功能 */
.partner-wrapper {
  -ms-overflow-style: none; /* IE 和 Edge */
  scrollbar-width: none; /* Firefox */
}
 
.partner-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari 和 Opera */
}
                .partner-wrapper .partner-item {
                    flex-shrink: 0;
                    margin-right: 15px;
                }
                .partner-wrapper .partner-item dd {
                    margin-bottom: 15px;
                }
                .partner-wrapper .imgs {
                    width: 100%;
                    border-radius: 15px;
                }
                .partner-wrapper .imgs img{
                    width: 100%;
                    height: auto;
                }
            }