/* 方案价值 */
.Innovation_engine {
    background-color: #fff;
}

.Innovation_engine_main dl {
    float: left;
    width: 260px;
    height: 179px;
    background: linear-gradient(180deg, #f5f6f8, #ffffff);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 2px 2px 0px 0px #ffffff inset;
    margin-right: 20px;
}
.Innovation_engine_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;
}


.Innovation_engine_main dl:nth-child(4) {
    margin-right: 0px;
}

.Innovation_engine_main dl dt {
    padding: 22px 30px 14px 22px;
    display: flex;
    align-items: center;
    height: 38px;
}

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

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

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

.Innovation_engine_main dl dd p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 25px;
    padding: 0px 30px;
}

/* 合并报表体系规划*/
.dilemma {
    background-color: #fff;
}

.dilemma_main {
    margin: 0 auto;
}

.dilemma_main .dilemma_main_header {
    display: flex;
    justify-content: center;
}

.dilemma_main .dilemma_main_header li {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #323232;
    line-height: 24px;
    margin-right: 60px;
    padding: 0px 20px 17px 20px;
    cursor: pointer;
    display: inline-block;
}

.dilemma_main .dilemma_main_header li:last-child {
    margin-right: 0px;
}

.dilemma_main .dilemma_main_header li.change {
    border-bottom: 4px solid #01349D;
    color: #01349D;
    font-weight: 600;
}

.dilemma_main_content {
    height: 512px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/Outsource/hbbgzx/project_bg.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.dilemma_main_content_main {
    display: none;
}

.dilemma_main_content_main:nth-child(1) {
    display: block;
}

.dilemma_main_content_main dl {
    padding-top: 63px;
    display: flex;
    justify-content: space-between;
}

.dilemma_main_content_main dl dt h5 {
    font-size: 18px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 500;
    text-align: left;
    color: #323232;
    line-height: 18px;
    padding: 30px 0px;
}

.dilemma_main_content_main dl dt p {
    width: 380px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 25px;
    padding-bottom: 40px;
}
.dilemma_main_content_main dl dt .blue_btn1{
    width: 138px;
    height: 40px;
    background: #01349d;
    box-shadow: 8px 8px 20px 0px rgb(55 99 170 / 10%);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    display: inline-block;
}
.dilemma_main_content_main dl dt .blue_btn1:hover{
    color: #fff;
    background: #0c49c9;
    box-shadow: 8px 8px 20px 0px rgb(55 99 170 / 30%);
}

.dilemma_main_content_main dl dd {
    width: 642px;
    height: 380px;
    background: linear-gradient(180deg, #f5f6f8, #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;
    justify-content: center;
    align-items: center;
}

.dilemma_main_content_main dl dd img {
    width: 587px;
    height: 328px;
}

/* 合并报表咨询框架 */
.frame {
    background-color: #fff;
}

.frame_mian {
    width: 810px;
    height: 494px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/Outsource/hbbgzx/frame.jpg);
    margin: 0 auto;
    display: flex;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

/* 成功案例 */
.YN_cgan {
    background: #fff;
}

.YN_cgan_main dl dd {
    width: 474px;
}

.YN_cgan_main .YN_cgan_main_center {
    background: linear-gradient(180deg, #f3f5f8, #ffffff);
    border: 2px solid #ffffff;
    box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.10), -8px -8px 20px 0px rgba(255, 255, 255, 0.00);
}

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

    /* 方案价值 */
    .Innovation_engine {
        height: auto;
    }

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

    .Innovation_engine_main dl dt {
        padding: 0px;
    }

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

    /* 合并报表体系规划*/


    .dilemma_main .dilemma_main_header {
        overflow-x: scroll;
        white-space: nowrap;
        display: -webkit-box;

    }

    .dilemma_main_content {
        height: auto;
        background-image: none;
    }

    .dilemma_main .dilemma_main_header li {
        margin-right: 0px;
        padding: 0px 10px 17px 10px;
        display: initial;
    }

    .dilemma_main_content_main dl {
        display: initial;
    }

    .dilemma_main_content_main dl dt p {
        width: auto;
        padding-bottom: 20px;

    }

    .dilemma_main_content_main dl dd {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .dilemma_main_content_main dl dd img {
        width: 100%;
        height: auto;
    }

    /* 合并报表咨询框架 */
    .frame_mian {
        width: 100%;
        height: 260px;
    }

    .YN_cgan_main dl dd {
        width: 100%;
    }

    .YN_cgan_main .YN_cgan_main_center {
        background: #fff;
        border: 2px solid #ffffff;
        box-shadow: none;
    }
}
