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

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


/* 解决方案 */

.jiejuefangan {
    width: 20%;
}

.jiejuefangan>img {
    width: 100%;
}

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


/* 财务管控系统覆盖 */

.product_container>.cover {
    display: flex;
    justify-content: space-between;
}

.product_container>.cover>.cover_item {
    border: 1px solid #5da8ec;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    box-sizing: border-box;
}

.product_container>.cover>.cover_item>.top {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    font-weight: bold;
    padding: 15px;
}

.product_container>.cover>.cover_item>.top img {
    width: 40%;
    margin-bottom: 20px;
}

.product_container>.cover>.cover_item>.bottom {
    text-align: center;
    padding: 15px;
}


/* 财务管控系统的优势特点 */

.advantage {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.advantage>.advantage_left {
    width: 35%;
}

.advantage>.advantage_left img {
    width: 100%;
}

.advantage>.advantage_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.advantage>.advantage_right img {
    width: 100%;
}


/* 价值优势 */

.value_advantage {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.value_advantage>.value_advantage_item {
    width: 20%;
}

.value_advantage>.value_advantage_item>.top {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.value_advantage>.value_advantage_item>.top>img {
    width: 60%;
}

.value_advantage>.value_advantage_item>.bottom {
    text-align: center;
}


/* banner部分 */

.NeiBanner_sub>.title {
    position: absolute;
    top: 35%;
    left: 30%;
    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;
}