/*轮播图*/

.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;
}


/* banner区域样式 */

.nav-banner {
    margin-top: 74px !important;
}

.nav-banner .n-banner-box {
    position: absolute;
    top: 25%;
    left: 13.5%;
    width: 1000px;
}

.nav-banner .banner-img {
    min-height: 350px;
}

.nav-banner .n-banner-box h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
}

.nav-banner .n-banner-box p {
    display: inline-block;
    padding-top: 24px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    border-top: 1px solid #fff;
}


/*=========================系统功能服务=============================*/

.yy-system h3 {
    width: 160px;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    padding: 0 14px 20px 14px;
    font-size: 40px;
    border-bottom: 4px solid #B1B1B1;
    color: #3E3E3E;
}

.yy-system p {
    margin-top: 24px;
    margin-bottom: 80px;
    font-size: 20px;
    color: #3E3E3E;
    text-align: center;
}

.yy-system .system-icon-list {
    width: 1440px;
    margin: 70px auto 0;
}

.yy-system .system-icon-list li:nth-child(1) {
    margin-left: 215px;
}

.yy-system .system-icon-list li {
    float: left;
    width: 255px;
    text-align: center;
    margin-right: 120px;
    cursor: pointer;
}

.yy-system .system-icon-list li:nth-last-of-type(1) {
    margin-right: 0px;
}

.yy-system .system-icon-list li em {
    padding: 8px 0;
    border-bottom: 6px solid #fff;
    color: #3E3E3E;
    display: inline-block;
    margin: 0 auto;
    font-size: 16px;
}

.yy-system .system-icon-list div {
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

.yy-system .system-icon-list .icon-bg0 {
    background: url(../images/icon_01.png) no-repeat;
}

.yy-system .system-icon-list .icon-bg1 {
    background: url(../images/icon_02.png) no-repeat;
}

.yy-system .system-icon-list .icon-bg2 {
    background: url(../images/icon_03.png) no-repeat;
}

.yy-system .system-icon-list li:hover .icon-bg0 {
    background: url(../images/icon_01.png) no-repeat !important;
}

.yy-system .system-icon-list li:hover .icon-bg1 {
    background: url(../images/icon_02.png) no-repeat !important;
}

.yy-system .system-icon-list li:hover .icon-bg2 {
    background: url(../images/icon_03.png) no-repeat !important;
}

.system-container {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 1460px;
}

.system-container .system-function {
    position: relative;
}

.system-function .system-function-item {
    position: absolute;
    left: 47%;
    top: 15%;
}

.system-function .system-function-item h4 {
    color: #3E3E3E;
    font-size: 30px;
    margin-left: 50px;
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: 6px solid #327DFA;
    display: inline-block;
}

.system-function .system-function-item p {
    font-size: 18px;
    color: #3E3E3E;
    margin-top: 24px;
    margin-left: 50px;
    margin-bottom: 24px;
    padding-left: 15px;
    text-align: left;
    width: 650px;
    position: relative;
    line-height: 24px;
}

.system-function .system-function-item p span {
    font-size: 18px;
    color: #327DFA;
}

.system-function .system-function-item p span::before {
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    display: block;
    width: 9px;
    height: 10px;
    border-radius: 50%;
    background: #327DFA;
}

.system-function .system-function-item .system-play,
.hos-cases .cases-link {
    display: block;
    width: 160px;
    height: 46px;
    background: linear-gradient(8deg, #2F5EF9 0%, #7720FA 100%);
    border-radius: 23px;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    transition: all 0.3s;
    cursor: pointer;
}

.system-function-item .system-play em,
.hos-cases .cases-link em {
    font-size: 20px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 10;
    height: 44px;
    line-height: 44px;
    border-radius: 23px;
    transition: all 0.1s;
    text-indent: 10px;
}

.system-function-item .system-play .btn-play {
    height: 32px;
    width: 32px;
    background: url(../../../images/video_play.png) no-repeat;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 10;
}

.system-function-item .system-play .btn-shade,
.hos-cases .cases-link .btn-shade {
    position: absolute;
    background: #66B7FE;
    border-radius: 23px;
    width: 110%;
    height: 110%;
    top: -2px;
    right: -120%;
    transition: all 0.3s;
    z-index: 1;
    border-radius: 23px;
}

.system-function-item .system-play:hover .btn-shade,
.hos-cases .cases-link:hover .btn-shade {
    right: 0%;
}

.system-function-item .system-play:hover em,
.hos-cases .cases-link:hover em {
    font-size: 18px;
    color: #fff;
}

.system-function-item .system-play:hover .btn-play {
    background: url(../../../images/video_white_play.png) no-repeat;
    height: 36px;
    width: 36px;
    top: 4px;
    left: 7px;
}

.system-function-item ul li {
    margin-left: 50px;
    width: 100%;
    height: 60px;
}

.system-function-item ul li i {
    float: left;
    width: 200px;
    height: 31px;
    line-height: 31px;
    background-color: #327DFA;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    margin-right: 20px;
}

.system-function-item ul li span {
    float: left;
    font-size: 18px;
    color: #3E3E3E;
    padding-right: 30px;
    width: 433px;
    line-height: 26px;
}


/*==========================应用流程============================*/

.caller_box {
    width: 100%;
    height: 770px;
    background: url(../images/img_left.png) no-repeat;
    background-color: #F3F3F3;
}

.caller_w {
    width: 1370px;
    margin: 0 auto;
}

.caller_w h3 {
    width: 160px;
    margin: 0 auto;
    text-align: center;
    padding: 81px 14px 20px 14px;
    font-size: 40px;
    border-bottom: 4px solid #B1B1B1;
    color: #3E3E3E;
}

.caller_box_cn {
    position: relative;
    margin-top: 69px;
    width: 1370px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 17px;
}

.caller_box_cn1 {
    position: relative;
    margin-top: 86px;
    width: 1370px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 17px;
}

.caller_box_left {
    position: absolute;
    top: -36px;
    left: -29px;
    width: 158px;
    height: 56px;
    background: #327DFA;
    border-radius: 28px 28px 0px 28px;
    text-align: center;
    line-height: 56px;
    font-size: 25px;
    color: #FFFFFF;
}

.caller_yue li {
    float: left;
    text-align: center;
}

.caller_yue li:nth-child(1) {
    margin-left: 114px;
}

.caller_yue li img {
    margin: 48px 114px 0px 114px;
}

.caller_yue li span {
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
    color: #3E3E3E;
}

.caller_yue {
    position: relative;
}

.caller_yue i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #B1B1B1;
    margin-left: 20px;
}

.caller_yue i:nth-last-of-type(1) {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #B1B1B1;
    border-bottom: 5px solid transparent;
    background-color: #FFFFFF;
    border-radius: none;
}

.dian_1 {
    position: absolute;
    top: 64px;
    left: 274px;
}

.dian_2 {
    position: absolute;
    top: 64px;
    left: 555px;
}

.dian_3 {
    position: absolute;
    top: 64px;
    left: 834px;
}

.caller_box_left1 {
    position: absolute;
    top: -36px;
    left: -29px;
    width: 158px;
    height: 56px;
    background: #643FE1;
    border-radius: 28px 28px 0px 28px;
    text-align: center;
    line-height: 56px;
    font-size: 25px;
    color: #FFFFFF;
}

.caller_yue1 {
    position: relative;
}

.caller_yue1 li {
    float: left;
    text-align: center;
}

.caller_yue1 li:nth-child(1) {
    margin-left: 100px;
}

.caller_yue1 li img {
    margin: 48px 68px 0px 68px;
}

.caller_yue1 li span {
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
    color: #3E3E3E;
}

.dian1 {
    position: absolute;
    top: 64px;
    left: 214px;
}

.dian2 {
    position: absolute;
    top: 64px;
    left: 405px;
}

.dian3 {
    position: absolute;
    top: 64px;
    left: 592px;
}

.dian4 {
    position: absolute;
    top: 64px;
    left: 781px;
}

.dian5 {
    position: absolute;
    top: 64px;
    left: 968px;
}

.caller_yue1 i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #B1B1B1;
    margin-left: 20px;
}

.caller_yue1 i:nth-last-of-type(1) {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #B1B1B1;
    border-bottom: 5px solid transparent;
    background-color: #FFFFFF;
    border-radius: none;
}


/*==========================系统亮点============================*/

.caller_lightspot {
    width: 100%;
    height: 1030px;
    background: url(../images/img_right.png) no-repeat;
    background-position: bottom right;
    background-color: #FFFFFF;
}

.caller_lightspot_w {
    width: 1258px;
    margin: 0 auto;
}

.caller_lightspot_w h3 {
    width: 160px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 14px 20px 14px;
    font-size: 40px;
    border-bottom: 4px solid #B1B1B1;
    color: #3E3E3E;
}

.caller_lightspot_ul {
    margin-top: 30px;
}

.caller_lightspot_ul li {
    position: relative;
    float: left;
    width: 629px;
    height: 413px;
}

.caller_lightspot_ul li p {
    position: absolute;
    font-size: 16px;
    color: #000000;
    padding: 0 40px 0 50px;
    line-height: 24px;
    top: 330px;
    left: 0;
}


/*==========================适用场景============================*/

.caller_changj {
    width: 100%;
    height: 500px;
    background-color: #F1F8FF;
}

.caller_changj_w {
    width: 1400px;
    margin: 0 auto;
}

.caller_changj_w h3 {
    color: #3E3E3E;
    width: 160px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 14px 20px 14px;
    font-size: 40px;
    border-bottom: 4px solid #B1B1B1;
}

.caller_changj_w ul {
    margin-top: 50px;
}

.caller_changj_w li {
    text-align: center;
    float: left;
    margin-right: 75px;
    width: 220px;
    height: 200px;
}

.caller_changj_w li span {
    display: inline-block;
    margin-top: 10px;
    font-size: 20px;
    color: #3E3E3E;
    margin-bottom: 80px;
}

.caller_changj_w li:nth-last-of-type(1) {
    margin-right: 0;
}


/*==========================底部联系============================*/

.cloudpark_park {
    padding: 81px 0 0;
    height: 1000px;
}

.cloudpark_park h3 {
    width: 320px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
    font-size: 40px;
    border-bottom: 4px solid #B1B1B1;
}

.cloudpark_park p {
    margin-top: 24px;
    font-size: 20px;
    color: #3E3E3E;
    text-align: center;
}


/*=========================底部蓝色=============================*/

.cloudpark_rx {
    width: 100%;
    height: 250px;
    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;
    padding-bottom: 30px;
    font-size: 40px;
    text-align: center;
    color: #fff;
}

.cloudpark_rx_content a {
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 211px;
    height: 58px;
    line-height: 60px;
    border: 1px solid #FFFFFF;
    font-size: 25px;
    color: #FFFFFF;
    padding-left: 40px;
    background: url(../images/jian_bai.png) no-repeat;
    background-position: 25px 16px;
}

.cloudpark_rx_content a:hover {
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 211px;
    height: 58px;
    line-height: 60px;
    border: 1px solid #FFFFFF;
    font-size: 25px;
    color: #327DFA;
    padding-left: 40px;
    background: url(../images/jian_lan.png) no-repeat;
    background-color: #FFFFFF;
    background-position: 25px 16px;
}


/*响应式*/

@media screen and (min-width:1280px) and (max-width:1500px) {
    .system-container {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 1280px;
    }
    .caller_box_cn {
        position: relative;
        margin: 0 auto;
        margin-top: 69px;
        width: 1180px;
        height: 180px;
        background: #FFFFFF;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 17px;
    }
    .caller_yue li:nth-child(1) {
        margin-left: 60px;
    }
    .dian_1 {
        position: absolute;
        top: 64px;
        left: 220px;
    }
    .dian_2 {
        position: absolute;
        top: 64px;
        left: 500px;
    }
    .dian_3 {
        position: absolute;
        top: 64px;
        left: 780px;
    }
    .caller_box_cn1 {
        position: relative;
        margin: 0 auto;
        margin-top: 86px;
        width: 1180px;
        height: 180px;
        background: #FFFFFF;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 17px;
    }
    .caller_yue1 li:nth-child(1) {
        margin-left: 40px;
    }
    .dian1 {
        position: absolute;
        top: 64px;
        left: 158px;
    }
    .dian2 {
        position: absolute;
        top: 64px;
        left: 344px;
    }
    .dian3 {
        position: absolute;
        top: 64px;
        left: 532px;
    }
    .dian4 {
        position: absolute;
        top: 64px;
        left: 721px;
    }
    .dian5 {
        position: absolute;
        top: 64px;
        left: 909px;
    }
    .caller_lightspot_w {
        width: 1200px;
        margin: 0 auto;
    }
    .caller_lightspot_ul li {
        position: relative;
        float: left;
        width: 600px;
        height: 390px;
    }
    .caller_lightspot_ul li p {
        position: absolute;
        font-size: 16px;
        color: #000000;
        padding: 0 40px 0 50px;
        line-height: 24px;
        top: 312px;
        left: 0;
    }
    .caller_changj_w {
        width: 1280px;
        margin: 0 auto;
    }
    .caller_changj_w ul {
        margin-top: 50px;
    }
    .caller_changj_w li {
        text-align: center;
        float: left;
        margin-right: 75px;
        width: 175px;
        height: 200px;
    }
}

@media (min-width: 980px) and (max-width:1279px) {
    .system-container {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 980px;
    }
    .yy-system .system-icon-list {
        width: 980px;
        margin: 70px auto 0;
    }
    .yy-system .system-icon-list li:nth-child(1) {
        margin-left: 60px;
    }
    .yy-system .system-icon-list li {
        float: left;
        width: 255px;
        text-align: center;
        margin-right: 60px;
        cursor: pointer;
    }
    .system-function .system-function-item h4 {
        color: #3E3E3E;
        font-size: 25px;
        margin-left: 50px;
        padding-bottom: 20px;
        margin-bottom: 18px;
        border-bottom: 6px solid #327DFA;
        display: inline-block;
    }
    .system-function .system-function-item p {
        font-size: 16px;
        color: #3E3E3E;
        margin-top: 12px;
        margin-left: 50px;
        margin-bottom: 24px;
        padding-left: 15px;
        text-align: left;
        width: 400px;
        position: relative;
        line-height: 9px;
    }
    .system-function .system-function-item p span {
        font-size: 18px;
        color: #327DFA;
    }
    .system-function .system-function-item p span::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        display: block;
        width: 9px;
        height: 10px;
        border-radius: 50%;
        background: #188eee;
    }
    .caller_w {
        width: 980px;
        margin: 0 auto;
    }
    .caller_box_cn {
        position: relative;
        margin: 0 auto;
        margin-top: 69px;
        width: 980px;
        height: 180px;
        background: #FFFFFF;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 17px;
    }
    .caller_yue li img {
        margin: 48px 60px 0px 60px;
    }
    .caller_yue li span {
        display: inline-block;
        margin-top: 10px;
        font-size: 14px;
        color: #3E3E3E;
    }
    .caller_yue li:nth-child(1) {
        margin-left: 125px;
    }
    .dian_1 {
        display: none;
    }
    .dian_2 {
        display: none;
    }
    .dian_3 {
        display: none;
    }
    .caller_yue li img {
        margin: 48px 60px 0px 60px;
    }
    .caller_yue li span {
        display: inline-block;
        margin-top: 10px;
        font-size: 14px;
        color: #3E3E3E;
    }
    .caller_w1 {
        width: 980px;
        margin: 0 auto;
    }
    .caller_box_cn1 {
        position: relative;
        margin: 0 auto;
        margin-top: 69px;
        width: 980px;
        height: 180px;
        background: #FFFFFF;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 17px;
    }
    .caller_yue1 li:nth-child(1) {
        margin-left: 0;
    }
    .caller_yue1 li span {
        font-size: 16px;
    }
    .caller_yue1 li img {
        margin: 48px 60px 0px 50px;
    }
    .dian1 {
        display: none;
    }
    .dian2 {
        display: none;
    }
    .dian3 {
        display: none;
    }
    .dian4 {
        display: none;
    }
    .dian5 {
        display: none;
    }
    .dian6 {
        display: none;
    }
    .caller_lightspot_w {
        width: 1000px;
        margin: 0 auto;
    }
    .caller_lightspot_ul li {
        position: relative;
        float: left;
        width: 500px;
        height: 340px;
    }
    .caller_lightspot_ul li p {
        position: absolute;
        font-size: 13px;
        color: #000000;
        padding: 0 40px 0 50px;
        line-height: 24px;
        top: 256px;
        left: 0;
    }
    .caller_changj_w {
        width: 1000px;
        margin: 0 auto;
    }
    .caller_changj_w li {
        text-align: center;
        float: left;
        margin-right: 75px;
        width: 135px;
        height: 200px;
    }
}