.product_container {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    height: 400px;
    margin: 20px auto;
    font-size: 16px;
}

.product_content {
    flex: 1;
    display: flex;
    justify-content: center;
}

.gongcheng_img {
    width: 50%;
}

.gongcheng_img img {
    width: 100%;
}

.product_content.gongcheng_text {
    flex: 1;
    font-size: 24px;
    line-height: 50px;
    margin-left: 20px;
}


/* 解决方案 */

.jiejuefangan {
    width: 20%;
}

.jiejuefangan>img {
    width: 100%;
}

.product_container>div.content_text {
    flex-direction: column;
    align-items: center;
}


/* 全方位的智慧物业管控驾驶 */

.product_container.all {
    height: 700px;
}

.product_container.all img {
    width: 99%;
}


/* 指挥中心 */

.product_content>ul {
    padding-top: 40px;
}

.product_content>ul>li {
    padding: 20px 0;
    line-height: 35px;
}


/* 价值优势 */

.product_content.advantage {
    background: url("../images/jingyingjiashicang5.png") no-repeat center;
    background-size: 110% 120%;
    position: relative;
}

.product_content>div[class^='advantage_box_'] {
    width: 300px;
    height: 200px;
    position: absolute;
    font-size: 16px;
    line-height: 30px;
}

.product_content>div.advantage_box_1 {
    left: -10px;
    top: 160px
}

.product_content>div.advantage_box_2 {
    left: 30px;
    bottom: 30px
}

.product_content>div.advantage_box_3 {
    right: 30px;
    bottom: 20px
}

.product_content>div.advantage_box_4 {
    right: 0px;
    bottom: 170px
}

.product_content>div.advantage_box_5 {
    right: 30px;
    top: 80px
}


/* 营收管控解决方案 */

.yingshou_text {
    font-size: 20px;
    line-height: 50px;
}

.box {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.box img {
    width: 40%;
}

.value_advantage {
    width: 20%;
}

.value_advantage>.box {
    width: 150px;
    height: 150px;
    border-radius: 0;
}

.zhinengfuwu_advantage .box {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zhinengfuwu_advantage>.content_text>span {
    padding: 0 20px;
}

.gongchengweiwei .box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_text>.text {
    width: 70%;
}

.product_container.area_all {
    height: 500px;
}

.product_content.area {
    background: url("../images/yingshouguankong6.png") no-repeat center;
    background-size: cover;
    position: relative;
}

.product_content>div[class^='area_'] {
    width: 350px;
    height: 200px;
    position: absolute;
    font-size: 18px;
    line-height: 40px;
}

.product_content>div.area_1 {
    left: 0;
    top: 80px
}

.product_content>div.area_2 {
    height: 150px;
    left: 0;
    bottom: 0
}

.product_content>div.area_3 {
    right: 0;
    bottom: 250px
}

.product_content>div.area_4 {
    right: 0;
    bottom: 0
}


/* 智能服务解决方案 - 核心功能 */

.product_content.core_function {
    background: url("../images/zhinengfuwu3.png") no-repeat top center;
    position: relative;
}

.product_content>div[class^='core_function_box_'] {
    width: 550px;
    height: 200px;
    position: absolute;
    font-size: 16px;
    /* line-height: 40px; */
}