/*轮播图*/

.isshow {
    display: block !important;
}

.func_size {
    background: linear-gradient(90deg, #2096FA 0%, #6736FA 100%) !important;
}

.func_color {
    color: #fff !important;
}

.read_span {
    border: 2px solid #327DFA !important;
    background: #327DFA !important;
    color: #fff !important;
}

.system-em {
    border-bottom: 6px solid #327DFA !important;
    color: #327DFA !important;
}

.nav-banner {
    margin-top: 74px !important;
}

.nav-banner .n-banner-box {
    position: absolute;
    top: 25%;
    left: 13.5%;
    width: 850px;
}

.nav-banner .banner-img {
    min-height: 350px;
}

.nav-banner .n-banner-box h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.nav-banner .n-banner-box p {
    color: #fff;
    margin-top: 18px;
}

.nav-banner .n-banner-box p span {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}


/*=========================系统功能=============================*/

.function {
    padding: 60px 0 90px;
    background: #F8F8F8;
}

.function h3 {
    width: 160px;
    border-bottom: 4px solid #B1B1B1;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    font-size: 40px;
}

.function .function-box {
    width: 1446px;
    margin: 60px auto 0;
    box-shadow: 0 0 30px rgba(50, 125, 250, 0.46);
}

.function-box .function-img {
    float: left;
    width: 72.4%;
}

.function-box .function-img .img_left {
    width: 100%;
    display: none;
}

.function-box .func-list {
    float: left;
    width: 27.6%;
    background: #fff;
}

.function-box .func-list li {
    width: 100%;
    height: 104px;
    color: #fff;
    border-bottom: 1px solid #D6E5FE;
    line-height: 104px;
    cursor: pointer;
}

.function-box .func-list li:nth-last-of-type(1) {
    border: none;
}

.function-box .func-list li p {
    font-size: 26px;
    color: #8D8D8D;
    text-align: center;
}

.img_left {
    position: relative;
}

.img_left p {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 104px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 35px;
    padding: 23px 30px 23px 30px;
    background-image: linear-gradient(to right, #6736FA, #2096FA);
    box-sizing: border-box;
}


/*=========================实施效益=============================*/

.technology {
    background: url(../images/img_left.png) no-repeat;
    background-color: #EBF2FF;
    padding: 60px 0 100px;
    position: relative;
}

.technology .technology-box {
    width: 74%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10;
}

.technology .technology-box .technology-header h3 {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    font-size: 40px;
    border-bottom: 4px solid #B1B1B1;
}

.technology .technology-box .technology-header p {
    color: #3E3E3E;
    font-size: 18px;
    margin-top: 20px;
    line-height: 26px;
}

.technology-box .technology-item {
    margin-top: 80px;
}

.technology-item ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.technology-item ul li {
    width: 42%;
}

.technology-item ul li img {
    height: 100%;
    float: left;
    margin-right: 18px;
}

.technology-item ul li p {
    font-size: 18px;
    color: #3E3E3E;
    text-align: left;
    margin-top: 30px;
    line-height: 28px;
}

.technology-item_top {
    padding-top: 50px;
}


/*响应式*/

@media (min-width: 980px) and (max-width:1279px) {
    .function h3 {
        width: 140px;
        border-bottom: 4px solid #B1B1B1;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px;
        font-size: 34px;
    }
    .function .function-box {
        width: 920px;
        margin: 60px auto 0;
        box-shadow: 0 0 30px rgba(50, 125, 250, 0.46);
    }
    .function-box .func-list li {
        width: 100%;
        height: 66px;
        color: #fff;
        border-bottom: 1px solid #D6E5FE;
        line-height: 66px;
        cursor: pointer;
    }
    .function-box .func-list li p {
        font-size: 20px;
        color: #8D8D8D;
        text-align: center;
    }
    .img_left p {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 67px;
        font-size: 13px;
        color: #FFFFFF;
        line-height: 20px;
        padding: 15px 20px 15px 20px;
        background-image: linear-gradient(to right, #6736FA, #2096FA);
        box-sizing: border-box;
    }
    .technology .technology-box .technology-header h3 {
        width: 170px;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 10px;
        font-size: 34px;
        border-bottom: 4px solid #B1B1B1;
    }
    .technology-item ul li p {
        font-size: 13px;
        color: #3E3E3E;
        text-align: left;
        margin-top: 30px;
        line-height: 20px;
    }
}

@media screen and (min-width:1280px) and (max-width:1500px) {
    .function h3 {
        width: 160px;
        border-bottom: 4px solid #B1B1B1;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px;
        font-size: 38px;
    }
    .function .function-box {
        width: 1140px;
        margin: 60px auto 0;
        box-shadow: 0 0 30px rgba(50, 125, 250, 0.46);
    }
    .function-box .func-list li {
        width: 100%;
        height: 82px;
        color: #fff;
        border-bottom: 1px solid #D6E5FE;
        line-height: 82px;
        cursor: pointer;
    }
    .function-box .func-list li p {
        font-size: 23px;
        color: #8D8D8D;
        text-align: center;
    }
    .img_left p {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 83px;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 25px;
        padding: 20px 30px 20px 30px;
        background-image: linear-gradient(to right, #6736FA, #2096FA);
        box-sizing: border-box;
    }
    .technology .technology-box .technology-header h3 {
        width: 180px;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 10px;
        font-size: 38px;
        border-bottom: 4px solid #B1B1B1;
    }
    .technology-item ul li p {
        font-size: 15px;
        color: #3E3E3E;
        text-align: left;
        margin-top: 20px;
        line-height: 24px;
    }
}