/* 解决企业常见的管理问题 start */
.four_module {
    padding-bottom: 60px;
    background: #f5f7fa;
}

.four_module_main dl {
    float: left;
    width: 293px;
    height: 145px;
    background: linear-gradient(180deg, #f5f6f8, #ffffff);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.1), 2px 2px 0px 0px #ffffff inset;
    margin-right: 20px;
    padding: 30px 30px;
}

.four_module_main dl:nth-child(3n) {
    margin-right: 0px;
}

.four_module_main dl:hover {
    background: linear-gradient(0deg, #ffffff, #edeff3 95%);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.1), 2px 2px 0.3px 0px #ffffff inset,
        0px 1px 3px 0px rgba(254, 254, 254, 0.5) inset;
}

.four_module_main dl dt {

    display: flex;
    align-items: center;
    height: 38px;
}

.four_module_main dl dt img {
    height: 38px;
    -wecpit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: 1s;
}

.four_module_main dl:hover dt img {
    margin-top: -20px;
}

.four_module_main dl dt h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #323232;
    line-height: 24px;
    margin-left: 10px;
}

.four_module_main dl dd p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 25px;
    margin-top: 10px;
}

/* 物资主数据场景 */
.report {
    padding-bottom: 60px;
}

.report_main {
    width: 1040px;
    padding: 30px;
    height: 303px;
    background: #ffffff;
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), -8px -8px 20px 0px rgba(255, 255, 255, 0.50), 2px 2px 0px 0px #ffffff inset;
    display: flex;
}

.report_main_left {
    float: right;
    width: 436px;
    margin-left: 90px;
    background: linear-gradient(180deg, #ffffff, #ffffff);

}

.report_main_left img {
    width: 436px;
    height: 267px;
    margin-top: 15px;
}

.report_main_right {
    float: left;
    width: 510px;
    float: left;

}


.report_main_right p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: rgba(102, 102, 102, 0.90);
    line-height: 25px;
    line-height: 25px;
    padding-bottom: 26px;
    width: 510px;
}



/* 技术框架 */
.kj {
    text-align: center;
    padding-bottom: 60px;
}

.kj img {
    width: 1022px;
    /* height: 426px; */
}

/*  */
.core_advantage {
    /* height: 517px; */
    background: url(https://files.yuanian.com/yuanian/page_image/Cwszh/glbg_img/advantage_bg.png);
    /* background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat; */
}

#cp #cp_main dl {
    padding: 25px 27px;
    width: 206px;
}

@media screen and (max-width: 1024px) {

    /* 解决企业常见的管理问题 */
    .four_module {
        padding-bottom: 30px;
    }

    .four_module_main dl {
        width: 90%;
        padding: 5%;
        height: auto;
        margin-bottom: 10px;
    }

    .four_module_main dl dt {
        padding: 0px;
    }

    /* 物资主数据场景 */
    .report {
        height: auto;
        padding-bottom: 30px;
    }

    .report_main {
        width: 90%;
        padding: 5%;
        height: auto;
        box-shadow: none;
        display: inline-block;
    }

    .report_main_left {
        width: 100%;
        height: auto;
        padding: 0%;

    }

    .report_main_left img {
        width: auto;
        height: auto;
    }

    .report_main_right {
        width: 100%;
        height: auto;
        padding: 0%;
    }

    .report_main_right p {
        width: 100%;
    }

    .report_main_right dl dt {
        padding: 0px;
    }

    .report_main_right dl dd p {
        padding: 0px;
    }

    .kj {
        width: 92%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .kj img {
        width: auto;
        height: auto;
    }
    #cp #cp_main dl{
        padding: 5%;
        width: 90%;
    }

    /* 赋能企业精细化排产 */

}
