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

.resolve_question_main dl {
    float: left;
    width: 353px;
    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;
    margin-bottom: 20px;
}

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

.resolve_question_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;
}

.resolve_question_main dl dt {
    padding: 24px 20px 10px 28px;
    display: flex;
    align-items: center;
    height: 38px;
}

.resolve_question_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;
}

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

.resolve_question_main dl dt h3 {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 24px;
    margin-left: 10px;
}

.resolve_question_main dl dd p {
    padding: 0px 32px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #5f5f5f;
    line-height: 25px;
}

/* 智慧报告 共创数据驱动型企业 */
.zhbg {
    background: #f5f7fa;
    padding-bottom: 50px;
}

.zhbg_main_left {
    float: left;
    padding-top: 100px;
}

.zhbg_main_left h2 {
    text-align: left;
    padding: 0px;
    font-size: 28px;
    font-weight: 500;
    color: #191818;
    line-height: 28px;
}



.zhbg_main_left p {
    width: 500px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    color: #3d485d;
    line-height: 25px;
    padding: 30px 0px 40px;
}


.zhbg_main_right {
    float: right;
    padding-top: 46px;
}

.zhbg_main_right img {
    width: 455px;

}

/* 元年管理报告主要应用场景 */
.apply_scene {
    background-color: #fff;
    padding-bottom: 40px;
}


.apply_scene_main dl {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

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

.apply_scene_main dl dt {
    width: 353px;
    height: 125px;
}

.apply_scene_main dl dd {
    width: 293px;
    height: 174px;
    padding: 30px 30px 0px;
    background: linear-gradient(180deg, #f5f6f8, #ffffff);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10);

}

.apply_scene_main dl dd h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #323232;
    line-height: 22px;
}

.apply_scene_main dl dd p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 25px;
    margin: 0 auto;
    padding-top: 22px;
}

/* 核心产品能力 */
.function {
    height: 790px;
}


.function_main_left ul li {
    height: 80px;
    line-height: 78px;

}

.function_main_left ul li.checked {
    /* background: linear-gradient(359deg, #ffffff 1%, #f3f5f8 98%); */
}

.function_main_left ul li.checked span {
    color: #333333;
}

.function_main_right {
    width: 750px;
    height: 540px;
    /* background: linear-gradient(359deg, #ffffff 1%, #f3f5f8 98%);
    box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.10), 8px 8px 6px 0px rgba(255, 255, 255, 0.42) inset; */

}

.function_main_right {
    padding: 40px 85px 0px 64px;
}

.function_main_right h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 16px;
    padding-bottom: 28px;
}

.function_main_right ul {
    padding: 0px;
}

.function_main_right ul li {
    align-items: flex-start;
}

.function_main_right ul li span {
    margin-top: 10px;
}

.function_main_right ul li p {
    height: 50px;
    color: #5f5f5f;
    line-height: 25px;
    width: 100%;
}

.function_main_right img {
    width: 744px;
    height: 376px;
    padding: 16px 0px 0px;
}

/* 为什么要成为元年方舟生态合作伙伴 */
.advantage {
    background-color: #fff;
}

.advantage .describe {
    width: 811px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #5b5b5b;
    line-height: 25px;
    margin: 0 auto;
    margin-top: -30px;
    padding-bottom: 60px;
}

.advantage_main dl {
    padding: 22px 30px 0px 22px;
    float: left;
    width: 483px;
    height: 112px;
    background: linear-gradient(180deg, #f3f5f8, #ffffff);
    border: 2px solid #ffffff;
    /* box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 2px 2px 0px 0px #ffffff inset; */
    box-shadow: 8px 8px 11px 0px rgba(55, 99, 170, 0.10);
    margin-right: 20px;
    margin-bottom: 20px;


}

.advantage_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; */
}

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


.advantage_main dl dt {
    height: 36px;
    display: flex;
    align-items: center;
}

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

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

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

.advantage_main dl dd p {
    padding-left: 50px;
    width: 439px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 25px;
}



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

    /*解决企业常见的管理问题*/
    .resolve_question {
        height: auto;

    }

    .resolve_question_main dl {
        margin-bottom: 10px;
        width: 100%;
    }

    /* 智慧报告 共创数据驱动型企业 */
    .zhbg_main_left h2 {
        line-height: 35px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 30px 0px;
        font-size: 24px;

    }

    .zhbg_main_left {
        padding-top: 0px;
    }

    .zhbg_main_left p {
        width: 100%;
        padding: 0px 0px 20px;
    }

    /* 元年管理报告主要应用场景 */
    .apply_scene {
        padding-bottom: 20px;
    }

    .apply_scene_main dl {
        float: inherit;
        margin-right: 0px;
    }

    .apply_scene_main dl dt {
        width: 100%;
        height: auto;
    }

    .apply_scene_main dl dd {
        width: auto;
        padding: 20px 20px 0px;
        margin-top: 5px;
    }

    /* 核心产品能力 */
    .function {
        height: auto;
        padding-bottom: 20px;
    }

    .function_main_left ul li.checked span {
        color: #01349D;
    }
    .function_main_right {
        width: 90%;
        padding: 5%;
        height: auto;
    }

    .function_main_left ul li {
        height: 50px;
        line-height: 50px;
    }

    .function_main_right ul li p {
        height: auto;

    }

    .function_main_right img {
        display: block;
        width: 100%;
        height: auto;
    }

    /* 设置滚动条的样式 */
    ::-webkit-scrollbar {
        width: 16px;
        height: 3px;
    }

    /* 滚动槽 */
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
        border-radius: 2px;
    }

    /* 滚动条滑块 */
    ::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background: #ccc;
        -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
    }

    /* 构筑企业核心竞争力 */
    .advantage_main {
        padding-bottom: 20px;
    }

    .advantage_main dl {
        width: auto;
        height: 170px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .advantage_main dl dd p {
        width: auto;
        padding-left: 10px;
    }

    .advantage .describe {
        width: 92%;
        margin-top: -20px;
        padding-bottom: 30px;
    }


}
