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

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

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

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

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

.box img {
    width: 40%;
}


/* 给企业带来的价值优势 */

.gongchengyunwei_advantage {
    flex-direction: column;
}

.gongchengyunwei_advantage>.product_content {
    margin-bottom: 20px;
}

.gongchengyunwei_advantage>.product_content>.right {
    border-bottom: 3px solid #5da8ec;
}

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

.gongchengyunwei_advantage .box img {
    width: 60%;
}

.gongchengyunwei_advantage .right {
    flex: 1;
    font-size: 18px;
    line-height: 40px;
}

.right {}

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

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


/* banner部分 */

.NeiBanner_sub>.title {
    position: absolute;
    top: 35%;
    left: 45%;
    width: calc(40vw);
    color: #fff;
    text-shadow: 0 0px 5px #333;
}

.NeiBanner_sub>.title>h2 {
    text-align: justify;
    text-align-last: justify;
    font-size: 60px;
    margin-bottom: 30px;
}

.NeiBanner_sub>.fangan {
    position: absolute;
    bottom: -10%;
    left: 22%;
    width: calc(60vw);
    display: flex;
    justify-content: space-between;
}

.NeiBanner_sub>.fangan>div {
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-radius: 10px;
    background: #fff;
    width: 20%;
    height: 80px;
    box-shadow: 0 0 10px #ccc;
}