/*轮播图*/

.isshow {
    display: block !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;
}

.arnavigation-banner {
    margin-top: 74px !important;
}

.arnavigation-banner .banner-img {
    min-height: 350px;
}

.arnavigation-banner .c-banner-box {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -285px;
    /* width: 940px; */
}

.arnavigation-banner .c-banner-box h1 {
    display: inline-block;
    font-size: 68px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #fff; */
}

.arnavigation-banner .c-banner-box p {
    font-size: 20px;
    color: #fff;
    margin-top: 18px;
    line-height: 40px;
}


/*=====================系统功能======================*/

.system-function-item p i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #327DFA;
    margin-right: 5px;
    margin-bottom: 2px;
}

.yy-system {
    padding: 50px 0 70px;
}

.yy-system .system-icon-list {
    width: 1440px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.yy-system .system-icon-list li {
    float: left;
    width: 144px;
    text-align: center;
    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/grmp0.png) no-repeat;
}

.yy-system .system-icon-list .icon-bg1 {
    background: url(../images/qyjs.png) no-repeat;
}

.yy-system .system-icon-list .icon-bg2 {
    background: url(../images/cpjs.png) no-repeat;
}

.yy-system .system-icon-list .icon-bg3 {
    background: url(../images/qydt.png) no-repeat;
}

.yy-system .system-icon-list .icon-bg4 {
    background: url(../images/grzx.png) no-repeat;
}

.yy-system .system-icon-list li:hover .icon-bg0 {
    background: url(../images/grmp0.png) no-repeat !important;
}

.yy-system .system-icon-list li:hover .icon-bg1 {
    background: url(../images/qyjs0.png) no-repeat !important;
}

.yy-system .system-icon-list li:hover .icon-bg2 {
    background: url(../images/cpjs0.png) no-repeat !important;
}

.yy-system .system-icon-list li:hover .icon-bg3 {
    background: url(../images/qydt0.png) no-repeat !important;
}

.yy-system .system-icon-list li:hover .icon-bg4 {
    background: url(../images/grzx0.png) no-repeat !important;
}

.system-container {
    margin: 0 auto;
    width: 1460px;
}

.system-container .system-function {
    margin-top: 20px;
    position: relative;
    width: 1460px;
    height: 500px;
}

.system-function .system-function-item {
    position: absolute;
    background-color: #FFFFFF;
    /* left: 47%;
    top: 15%; */
}

.system-function .system-function-item .system-play {
    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 {
    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 {
    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 {
    right: 0%;
}

.system-function-item .system-play: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;
}

.yy-system h2 {
    width: 325px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
    font-size: 40px;
    border-bottom: 4px solid #B1B1B1;
}

.system-function-item ul {
    width: 1460px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.system-function-item ul li {
    position: relative;
    width: 30%;
    height: 460px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 10px #AEAEAE;
    border-radius: 10px;
    margin-bottom: 50px;
}

.system-function-item ul li h6 {
    padding: 16px 20px;
    color: #000000;
    font-size: 25px;
}

.system-function-item ul li p {
    padding: 0 20px;
    color: #000000;
    font-size: 15px;
    line-height: 25px;
}

.system-function-item ul li a {
    position: absolute;
    left: 50%;
    bottom: 4%;
    margin-left: -49px;
    width: 98px;
    height: 30px;
    line-height: 30px;
    background: linear-gradient(90deg, #2096FA 0%, #6736FA 100%);
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
}


/* 内容开始 */

.solBox {
    position: relative;
    width: 100%;
    margin-bottom: 120px;
}

.solBox>img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.solBoxW {
    width: 1460px;
    margin: 0 auto;
}

.tab {
    width: 1460px;
    margin-right: 50px;
}

.tab .tab-nav {
    width: 1460;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #E2E2E2;
}

.tab .tab-nav li {
    float: left;
    margin-right: 5px;
    border-radius: 3px 3px 0 0;
    box-sizing: border-box;
}

.tab .tab-nav li a {
    display: block;
    height: 93px;
    color: #ffffff;
    text-decoration: none;
    line-height: 30px;
    color: #505050;
    font-size: 16px;
    padding-top: 53px;
    box-sizing: border-box;
}

.tab .tab-nav li:nth-child(1) a {
    background: url(../images/ser_Icon01Hover.png) no-repeat;
    background-position: center 2px;
}

.tab .tab-nav li:nth-child(1) a:hover {
    background: url(../images/ser_Icon01Hover.png) no-repeat!important;
    background-position: center 2px!important;
}

.tab .tab-nav li:nth-child(2) a {
    background: url(../images/ser_Icon02.png) no-repeat;
    background-position: center 2px;
}

.tab .tab-nav li:nth-child(2) a:hover {
    background: url(../images/ser_Icon02Hover.png) no-repeat!important;
    background-position: center 2px!important;
}

.tab .tab-nav li.actived {
    /* background-color: #ccc; */
    /* background: url(../images/nav_Icon04Hover.png) no-repeat!important;
    background-position: center 2px!important; */
}

.tab .tab-nav li.actived a {
    color: #327DFA;
    border-bottom: 6px solid #327DFA;
}

.tab .content-wrap {
    background: #ffffff;
    height: 510px;
}

.tab .content-wrap .content-item {
    display: none;
    /* overflow: hidden; */
    position: absolute;
}

.tab .content-wrap .current {
    display: block;
}

.content-item ul {
    width: 1460px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-item ul li {
    position: relative;
    width: 30%;
    height: 460px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 10px #AEAEAE;
    border-radius: 10px;
    margin-bottom: 50px;
}

.content-item ul li img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.content-item ul li h6 {
    padding: 16px 20px;
    color: #000000;
    font-size: 25px;
}

.content-item ul li p {
    padding: 0 20px;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
}

.content-item ul li a {
    position: absolute;
    left: 50%;
    bottom: 4%;
    margin-left: -49px;
    width: 98px;
    height: 30px;
    line-height: 30px;
    background: linear-gradient(90deg, #2096FA 0%, #6736FA 100%);
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
}

.content-item ul li a:hover {
    background: linear-gradient(90deg, #0674D1 0%, #7109C1 100%);
}


/* 内容结束 */


/* 相关产品开始 */

.ser_relevant {
    width: 100%;
    height: 1178px;
    background-color: #EFEFEF;
    text-align: center;
}

.ser_relevant h5 {
    display: inline-block;
    color: #3E3E3E;
    font-size: 40px;
    border-bottom: 5px solid #B1B1B1;
    padding: 12px 30px;
    padding-top: 50px;
    margin-bottom: 52px;
}

.ser_relevant ul {
    text-align: left;
    width: 1460px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ser_relevant ul {
    width: 1460px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ser_relevant ul li {
    position: relative;
    width: 30%;
    height: 460px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 10px #AEAEAE;
    border-radius: 10px;
    margin-bottom: 50px;
}

.ser_relevant ul li img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ser_relevant ul li h6 {
    padding: 16px 20px;
    color: #000000;
    font-size: 25px;
}

.ser_relevant ul li p {
    padding: 0 20px;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
}

.ser_relevant ul li a {
    position: absolute;
    left: 50%;
    bottom: 4%;
    margin-left: -49px;
    width: 98px;
    height: 30px;
    line-height: 30px;
    background: linear-gradient(90deg, #2096FA 0%, #6736FA 100%);
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
}

.ser_relevant ul li a:hover {
    background: linear-gradient(90deg, #0674D1 0%, #7109C1 100%);
}


/* 相关产品结束 */


/*视频播放遮罩*/

.body-shade {
    cursor: pointer;
    display: none;
    top: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
}

.publicity-video,
.publicity-video2 {
    position: fixed;
    display: none;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    height: 540px;
    width: 960px;
    margin-top: -299px;
    z-index: 20000;
}

.publicity-video video,
.publicity-video2 video {
    width: 100%;
}

.nav_fooder {
    width: 100%;
    height: 240px;
    background: linear-gradient(271deg, #2096FA 0%, #6736FA 100%);
}

.nav_fooderCn {
    width: 680px;
    height: 100%;
    margin: 0 auto;
}

.nav_fooderCn h6 {
    padding-top: 46px;
    color: #FFFFFF;
    font-size: 40px;
    text-align: center;
}

.nav_fooderBtn {
    cursor: pointer;
    margin: 31px auto;
    width: 200px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #FFFFFF;
    background: url(../images/icon_gt.png) no-repeat;
    background-position: 18px 9px;
}

.nav_fooderBtn p {
    padding-left: 75px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 25px;
}


/*响应式*/


/* zxf */

@media (min-width: 980px) and (max-width:1279px) {
    .ar_movies ul {
        margin: 0 auto;
        width: 980px;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ar_advantage ul {
        text-align: left;
        width: 980px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 120px;
    }
    .ar_advantage ul li {
        width: 30%;
        margin-top: 50px;
    }
    .ar_advantage ul li img {
        float: left;
        width: 90px;
        padding-right: 10px;
    }
    .ar_advantage ul li h6 {
        color: #3E3E3E;
        font-size: 25px;
        margin-top: 11px;
        padding-bottom: 10px;
    }
    .ar_advantage ul li p {
        color: #3E3E3E;
        font-size: 12px;
    }
    .ar_case_img {
        padding-top: 35px;
        width: 980px;
        /* height: 776px; */
        margin: 0 auto;
    }
    .ar_application ul {
        width: 980px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ar_application ul li p {
        padding-top: 15px;
        padding-bottom: 10px;
        text-align: center;
        color: #3E3E3E;
        font-size: 16px;
    }
    .ar_application_bg {
        position: relative;
        width: 100%;
        height: 168px;
    }
    .ar_application ul li>img {
        width: 100%;
        height: 168px;
    }
    .ar_application_bgg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 168px;
        background: #3E3E3E;
        opacity: 0.5;
    }
}

@media screen and (min-width:1280px) and (max-width:1500px) {
    .ar_movies ul {
        margin: 0 auto;
        width: 1200px;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ar_advantage ul {
        text-align: left;
        width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 120px;
    }
    .ar_case_img {
        padding-top: 35px;
        width: 1200px;
        margin: 0 auto;
    }
    .ar_application ul {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ar_application ul li p {
        padding-top: 15px;
        padding-bottom: 10px;
        text-align: center;
        color: #3E3E3E;
        font-size: 20px;
    }
    .ar_application_bg {
        position: relative;
        width: 100%;
        height: 218px;
    }
    .ar_application ul li>img {
        width: 100%;
        height: 218px;
    }
    .ar_application_bgg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 218px;
        background: #3E3E3E;
        opacity: 0.5;
    }
}