/**
 * banner部分
 */
.solution .sub-banner-pack .width-pack .text-content {
    color: rgba(0, 0, 0, 0.8471);
}
.solution .sub-banner-pack .width-pack .logo-content {
    margin-left: 60px;
    margin-top: 60px;
}

/**
 * 架构部分
 */
.solution .architecture-pack {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: #fff;
}

.solution .architecture-pack .width-pack {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

/**
 * 清静系统部分
 */
.solution .system-pack {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-image: url(/contents/platform/image/common/bg7.png);
}

.solution .system-pack .width-pack {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.solution .system-pack .width-pack .s-title {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.8471);
    text-align: center;
    margin-bottom: 40px;
}

.solution .system-pack .width-pack .s-desc {
    font-size: 16x;
    color: #3d3d3d;
    text-align: center;
    margin-bottom: 40px;
}

.solution .system-pack .s-detail {
    width: 100%;
    height: 600px;
    background: #ffffff;
    box-sizing: border-box;
    border: 1px solid #c0d0ff;
    border-radius: 4px;
    padding: 100px 170px;
    display: flex;
    align-items: center;
}

.solution .system-pack .s-detail .s-d-left {
    margin-right: 63px;
}

.solution .system-pack .s-detail .s-d-right {
    height: 343px;
    width: 100%;
    border-left: 1px solid #c0d0ff;
    padding-left: 64px;
}

.solution .system-pack .s-detail .s-d-right .r-card {
    background: rgba(51, 102, 255, 0.04);
    padding: 16px;
    width: 100%;
    height: 103px;
    margin-bottom: 16px;
}

.solution .system-pack .s-detail .s-d-right .r-card .r-c-title {
    font-size: 20px;
    font-weight: bold;
    color: #3366ff;
    margin-bottom: 14px;
}

.solution .system-pack .s-detail .s-d-right .r-card .r-c-desc {
    font-size: 16px;
    color: #262626;
}

/**
 * 平台版本推荐部分
 */
.solution .version-pack {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: #fff;
}

.solution .version-pack .width-pack {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.solution .version-pack .width-pack .v-title {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.8471);
    text-align: center;
    margin-bottom: 40px;
}

/**
 * 产品套件部分
 */
.solution .product-pack {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: #fff;
}

.solution .product-pack .width-pack {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.solution .product-pack .width-pack .p-title {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.8471);
    text-align: center;
    margin-bottom: 40px;
}

/**
 * 信创认证部分
 */
.solution .xinchuang-pack {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: rgba(51, 102, 255, 0.02);
}

.solution .xinchuang-pack .width-pack {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.solution .xinchuang-pack .width-pack .x-title {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.8471);
    text-align: center;
    margin-bottom: 40px;
}

.solution .xinchuang-pack .width-pack .x-desc {
    color: #3d3d3d;
    width: 651px;
    margin: 0 auto;
    text-align: center;
}

.solution .xinchuang-pack .width-pack .x-detail {
}
<!--耗时1764533623.3511秒-->