/*轮播图*/

.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: #FFFFFF;
}

.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: 183px;
    line-height: 183px;
    color: #fff;
    border-bottom: 1px solid #D6E5FE;
    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;
}


/*=========================合作案例=============================*/

.cloudpark_butttom {
    padding: 71px 0 60px 0;
    width: 100%;
    background-color: #F8F8F8;
}

.cloudpark_butttom h3 {
    width: 180px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    font-size: 40px;
    border-bottom: 4px solid #B1B1B1;
}

.cloudpark_butttom ul {
    width: 1380px;
    margin: 60px auto;
}

.cloudpark_butttom ul li {
    float: left;
    width: 450px;
    height: 350px;
}

.cloudpark_butttom ul li:nth-child(2) {
    margin: 0 15px;
}

.cloudpark_rx {
    width: 100%;
    height: 256px;
    background-image: linear-gradient(to right, #6736FA, #2096FA);
}

.cloudpark_rx_content {
    width: 520px;
    height: 100%;
    margin: 0 auto;
}

.cloudpark_rx_content h6 {
    padding-top: 53px;
    font-size: 38px;
    text-align: center;
    color: #fff;
}

.cloudpark_rx_content P {
    padding-top: 35px;
    font-size: 23px;
    color: #fff;
    text-align: center;
}

.cloudpark_rx_content span {
    padding-top: 30px;
    display: block;
    font-size: 28px;
    color: #fff;
    text-align: center;
}


/*===================相关阅读===================*/

.hos-read {
    margin-bottom: 60px;
    padding: 60px 0 0 0;
}

.hos-read h3 {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    font-size: 40px;
    border-bottom: 4px solid #B1B1B1;
    margin-bottom: 30px;
}

.hos-read .read-list {
    margin: 30px auto 40px;
    width: 630px;
}

.hos-read .read-list li {
    float: left;
}

.hos-read .read-list li:nth-of-type(2) {
    margin-left: 20px;
}

.hos-read .read-list li:nth-of-type(3) {
    margin-left: 20px;
}

.hos-read .read-list li span {
    display: inline-block;
    padding: 13px 25px;
    border-radius: 23px;
    color: #000;
    font-size: 20px;
    border: 2px solid #E1E1E1;
    background: #fff;
    cursor: pointer;
}

.hos-read .read-link {
    margin-top: 45px;
    width: 57%;
    margin: 0 auto;
}

.hos-read .read-link a {
    display: none;
}

.read-link img {
    margin-bottom: 100px;
}


/*响应式*/

@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: 117px;
        color: #fff;
        border-bottom: 1px solid #D6E5FE;
        line-height: 117px;
        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: 69px;
        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;
    }
    .cloudpark_butttom h3 {
        width: 180px;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px;
        font-size: 32px;
        border-bottom: 3px solid #B1B1B1;
    }
    .cloudpark_butttom ul {
        width: 980px;
        margin: 60px auto;
    }
    .cloudpark_butttom ul li {
        float: left;
        width: 315px;
        height: 250px;
    }
}

@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: 145px;
        color: #fff;
        border-bottom: 1px solid #D6E5FE;
        line-height: 145px;
        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: 85px;
        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;
    }
    .cloudpark_butttom h3 {
        width: 180px;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px;
        font-size: 37px;
        border-bottom: 4px solid #B1B1B1;
    }
    .cloudpark_butttom ul {
        width: 1280px;
        margin: 60px auto;
    }
    .cloudpark_butttom ul li {
        float: left;
        width: 415px;
        height: 350px;
    }
}