* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    background-color: white;
}

.summarize {
    width: 1200px;
    height: 300px;
    margin: auto;
    background: linear-gradient(to right, rgb(43, 147, 251), rgba(102, 212, 243, 0.8), rgba(111, 246, 208, 0.5));
    position: relative;
}

.summarize>img {
    width: 460px;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: -1;
}

.summarize>div {
    position: absolute;
    left: 60px;
    top: 55px;
}

.summarize>div>h4 {
    color: white;
}

.summarize>div>p {
    font-size: 16px;
    color: white;
}

/* 行业痛点 */
.ache {
    width: 1000px;
    margin: 40px auto;
    /* border: 1px solid; */
}

.ache>h6 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.ache_img {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ache1{
    width: 40%;
    height: 228px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.hoverImg1 {
    width: 100%;
    height: 100%;

}

.imgDiv::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #222, transparent);
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}

.ache1:hover .imgDiv::before {
    opacity: 1;
}

.hoverSpan1 {
    width: 100%;
    color: white;
    font-size: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 2;
}

.hoverSpan1 {
    transform: translateY(200px);
    transition: 0.5s;
}

.ache1:hover .hoverSpan1 {
    transform: translateY(0);
    /* 延迟 */
    transition-delay: 0.3s;
}

.ache1:hover {
    transform: scale(1.25);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.5);
}


/* 全景养老方案 */
.programme {
    width: 1000px;
    margin: 40px auto;
}

.programme>h6 {
    text-align: center;
}

.programme>p {
    color: #939393;
    font-size: 15px;
    text-align: center;
}

.programme_img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.programme1,
.programme2 {
    width: 30%;
    height: 200px;
    margin: 10px;
    position: relative;
}

.programme1>img {
    width: 100%;
    height: 100%;
}

.programme1>p {
    font-size: 22px;
    font-weight: bold;
    color: white;
    position: absolute;
    bottom: 20px;
    left: 10px;
}

/* 体系架构 */
.architecture {
    width: 1200px;
    background-color: #fbf8f8;
    margin: 40px auto;
    padding-top: 50px;
}

.architecture>h6 {
    text-align: center;
    margin-bottom: 30px;
}

.architectureAll {
    width: 90%;
    background-color: white;
    padding-top: 30px;
    margin: auto;
}

.architecture_row {
    /* border: 1px solid; */
    width: 90%;
    margin: 10px auto;
    display: flex;
}

.row_left {
    width: 15%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: rgb(102, 243, 177);
    border-right: 5px solid rgb(102, 243, 177);
    background: linear-gradient(to left, rgba(102, 243, 177, 0.5), rgba(102, 243, 177, 0.3), rgba(102, 243, 177, 0.1));
}

.row_left1 {
    width: 15%;
    height: 140px;
    line-height: 140px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: rgb(102, 243, 177);
    border-right: 5px solid rgb(102, 243, 177);
    background: linear-gradient(to left, rgba(102, 243, 177, 0.5), rgba(102, 243, 177, 0.3), rgba(102, 243, 177, 0.1));
}

.row_left2 {
    width: 15%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: rgb(102, 243, 177);
    border-right: 5px solid rgb(102, 243, 177);
    background: linear-gradient(to left, rgba(102, 243, 177, 0.5), rgba(102, 243, 177, 0.3), rgba(102, 243, 177, 0.1));
}

.row_left3 {
    width: 15%;
    height: 160px;
    line-height: 160px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: rgb(102, 243, 177);
    border-right: 5px solid rgb(102, 243, 177);
    background: linear-gradient(to left, rgba(102, 243, 177, 0.5), rgba(102, 243, 177, 0.3), rgba(102, 243, 177, 0.1));
}

.row_right {
    width: 85%;
    padding: 10px;
    margin-left: 5px;
    outline: 2px dashed rgb(102, 243, 177);
    display: flex;
    flex-wrap: wrap;
}

.row_right1 {
    width: 85%;
    height: 140px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    outline: 2px dashed rgb(102, 243, 177);
    display: flex;
    flex-wrap: wrap;
}

.row_right2 {
    width: 85%;
    height: 50px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    outline: 2px dashed rgb(102, 243, 177);
    display: flex;
    flex-wrap: wrap;
}

.row_right3 {
    width: 28%;
    /* height: 50px; */
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    outline: 2px dashed rgb(102, 243, 177);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.row_right>div {
    /* margin-top: 10px; */
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
    color: white;
    width: 190px;
    height: 30px;
    line-height: 30px;
    background-color: rgb(102, 243, 177);
}

.row_right1>div {
    text-align: center;
    font-size: 16px;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: rgb(102, 243, 177);
}

.row_right2>div {
    text-align: center;
    font-size: 16px;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
    width: 79px;
    height: 30px;
    line-height: 30px;
    background-color: rgb(102, 243, 177);
}

.row_right3>.right3_1 {
    display: flex;
    flex-wrap: wrap;
}

.row_right3>.right3_2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.row_right3>.right3_1>div,
.row_right3>.right3_2>div {
    text-align: center;
    font-size: 16px;
    color: white;
    margin: 5px 2px;
    width: 79px;
    height: 30px;
    line-height: 30px;
    background-color: rgb(102, 243, 177);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.row_right3>div>p {
    font-size: 16px;
    width: 100%;
    text-align: center;
}

/* AI智能技术 */
.intelligent {
    width: 1080px;
    margin: 80px auto;
}

.intelligent>h6 {
    width: 100%;
    font-size: 22px;
    text-align: center;
}

.intelligent>h6>span {
    color: rgb(102, 243, 177);
}

.intelligent>div {
    width: 100%;
    display: flex;
    margin-top: 50px;
}

.intelligent .intelligent_left {
    width: 50%;
    padding: 5px;
    margin-right: 5px;
    border-radius: 10px;
    background-color: rgb(245, 248, 255);
}

.intelligent .intelligent_left>img {
    width: 100%;
}

.intelligent .intelligent_right {
    width: 50%;
    margin-left: 5px;
}

.intelligent_right>div {
    width: 100%;
    height: 80px;
    margin-bottom: 25px;
    font-size: 16px;
    display: flex;
}

.right_left {
    border-radius: 10px 0 0 10px;
    text-align: center;
    width: 30%;
    height: 100%;
    line-height: 80px;
    color: white;
    font-weight: bold;
    background-color: rgb(102, 243, 177);
}

.right_right {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 5px;
    border: 1px dashed rgb(102, 243, 177);
}

.marginBttom {
    margin-bottom: 0px !important;
}