/* 决策中心概述 */
.conduct_summarize {
    padding-bottom: 60px;
}

.conduct_summarize h2 {
    text-align: left;
    padding-bottom: 30px;
}

.conduct_summarize p {
    width: 798px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #5b5b5b;
    line-height: 25px;
}

.conduct_summarize_main {
    width: 1100px;
    height: 566px;
    border: 1px solid #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.conduct_summarize_main img {
    width: 1000px;
    height: 520px;
}

/* banner栏 */
.tabber {
    height: 56px;
    line-height: 56px;
    background: linear-gradient(180deg, #f5f6f8, #ffffff);
    box-shadow: 0px 2px 20px 0px rgba(55, 99, 170, 0.1);
    width: 78%;
    margin: 0 auto;
    z-index: 999999;
}

.tabber ul {
    display: flex;
    justify-content: space-around;
    padding: 0px 50px;
}

.tabber ul li {
    float: left;
}

.tabber ul li:hover a {
    color: #4074e1;
}

.tabber ul li a {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #2a2c44;
    line-height: 20px;
}

.tabber ul li a.current {
    color: #4074e1;
}

.tabber ul li:nth-last-child(1) {
    margin-right: 0px;
}

/* 决策中心能力 */
.decision {
    height: 445px;
    background: #f5f7fa;
}

.decision_main_left {
    float: left;
}

.decision_main_left dl dt {
    display: flex;
    align-items: center;
}

.decision_main_left dl dt img {
    width: 38px;
    height: 38px;
}

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

.decision_main_left ul {
    padding: 18px 50px 40px;
}

.decision_main_left ul li {
    display: flex;
}

.decision_main_left ul li span {
    min-width: 8px;
    height: 8px;
    background: #e1272c;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    margin-top: 10px;
}

.decision_main_left ul li p {
    width: 390px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #3d485d;
    line-height: 29px;
}

.decision_main_right {
    float: right;
}

.decision_main_right img {
    width: 428px;
    height: 211px;
}

@media screen and (max-width: 1024px) {
    .tabber ul{
        padding: 0px  10px;
    }
    .tabber ul li a{
        font-size: 13px;
    }
    .conduct_summarize p {
        width: 100%;
    }

    .conduct_summarize_main {
        width: 100%;
        height: auto;
    }

    .conduct_summarize p {
        width: 100%;
    }

    .conduct_summarize_main img {
        width: 100%;
        height: auto;
    }
    .decision {
        height: auto;
        padding-bottom: 30px;
    }
    .decision_main_left dd {
        width: 88%;
        float: right;
    }

    .decision_main_left ul {
        padding: 0px;
    }

    .decision_main_left ul li p {
        width: 100%;
    }
    .decision_main_right img {
        width: 100%;
        height:auto;
    }
}
