/* 指挥中心概述 */
.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;
}

/* 指挥中心的功能 */
.function_main_left ul li.checked span {
    /*margin-left: -36px*/
}





.function_main_right_content dl dt {
    display: flex;
    align-items: center;
    padding: 30px 30px 15px;
}

.function_main_right_content dl dt img {
    width: 38px;
    height: 38px;
    padding: 0px;
}

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

.function_main_right ul {
    padding: 0px 78px 40px;
}

.function_main_right ul li {
    display: inline-block;
}

.function_main_right ul li span {
    float: left;margin-top: 8px;
}

.function_main_right ul li p {
   width: 663px;
   float: left;
}

.function_main_right .centent_img {
    width: 700px;
    height: 300px;
    margin: 0px 82px;
}

@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 p {
        width: 100%;
    }

    .conduct_summarize_main {
        width: 90%;
        padding: 5%;
        height: auto;
        margin-top: 20px;

    }

    .conduct_summarize_main img {
        width: 100%;
        height: auto;
    }
    /* 指挥中心的功能 */
    .function_main_right_content dl dt img{
        display: block;
    }
    .function {
        height: auto;
        padding-bottom: 30px;
    }
    .function_main_left {
        position: inherit;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .function_main_right ul {
        padding: 0px;
    }

    .function_main_left ul li {
        width: auto;
        display: inline-block;
        background: transparent;
        box-shadow: none;
    }



    .function_main_right .centent_img {
        width: 100%;
        height: auto;
        margin: 0px
    }

    .function_main_right_content dl dt {
        padding: 0px;
    }




    .function_main_right ul li p{
        width: 90%;
    }
}
