/*轮播图*/

.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;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
}

.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;
    display: inline-block;
    margin-top: 18px;
    font-size: 20px;
}

.seoh2 {
    display: inline-block;
    color: #fff;
    font-size: 20px;
}

.nav-banner .n-banner-box p span {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}


/*=========================系统介绍=============================*/

.introduction {
    padding: 70px 0 100px;
}

.introduction .intro-des {
    width: 77%;
    text-align: center;
    margin: 0 auto;
}

.introduction .intro-des h3 {
    width: 160px;
    border-bottom: 4px solid #B1B1B1;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 40px;
}

.introduction .intro-des p {
    margin-top: 25px;
    font-size: 20px;
    color: #3E3E3E;
    line-height: 30px;
}

.introduction .intro-video {
    width: 56.25%;
    position: relative;
    margin: 60px auto 0;
    cursor: pointer;
}

.introduction .intro-video img {
    width: 100%;
}

.introduction .intro-video .intro-play {
    height: 112px;
    width: 112px;
    background: url(../images/play_icon.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -56px;
    margin-top: -56px;
    z-index: 10;
}

.introduction .intro-video .video-shade {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    display: none;
}

.introduction .intro-video:hover .intro-play {
    height: 136px;
    width: 136px;
    background: url(../images/play_icon_hover.png) no-repeat;
    margin-left: -68px;
    margin-top: -68px;
}

.introduction .intro-video:hover .video-shade {
    display: block;
}


/*=========================系统功能=============================*/

.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: 1440px;
    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 {
    width: 100%;
    display: none;
}

.function-box .func-list {
    float: left;
    width: 27.6%;
    background: #fff;
}

.function-box .func-list li {
    width: 100%;
    height: 87px;
    color: #fff;
    border-bottom: 1px solid #D6E5FE;
    line-height: 87px;
    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;
}


/*=========================技术优势=============================*/

.technology {
    background: #EBF2FF;
    padding: 60px 0 100px;
    position: relative;
}

.technology .bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
}

.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: 10px;
    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 .item-dl {
    float: left;
    width: 30%;
    margin-bottom: 50px;
}

.technology-item .item-dl:nth-of-type(3n+2) {
    margin: 0 5%;
}

.technology-item .item-dl dt {
    width: 25%;
    float: left;
}

.technology-item .item-dl dt img {
    width: 100%;
}

.technology-item .item-dl dd {
    float: left;
    width: 70%;
    padding-right: 5%;
}

.item-dl .dl-desc {
    margin-left: 10px;
    text-align: left;
}

.item-dl .dl-desc h5 {
    color: #3E3E3E;
    font-size: 30px;
    margin-top: 10px;
}

.item-dl .dl-desc p {
    width: 250px;
    margin-top: 14px;
    font-size: 15px;
}

.court-read {
    padding: 60px 0 100px;
}

.court-read h3 {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
    font-size: 40px;
    border-bottom: 4px solid #B1B1B1;
    margin-bottom: 30px;
}


/*================相关阅读===================*/

.court-read .read-list {
    margin: 30px auto 40px;
    width: 276px;
}

.court-read .read-list li {
    float: left;
}

.court-read .read-list li:nth-of-type(2) {
    margin-left: 20px;
}

.court-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;
}

.court-read .read-link {
    margin-top: 45px;
    width: 57%;
    margin: 0 auto;
}

.court-read .read-link a {
    display: none;
}


/*视频播放遮罩*/

.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%;
}


/*响应式*/

@media (min-width: 980px) and (max-width:1279px) {
    .nav-banner .n-banner-box h1 {
        font-size: 36px;
    }
    .nav-banner .n-banner-box p {
        font-size: 18px !important;
    }
    .nav-banner .n-banner-box p span {
        font-size: 26px;
    }
    .technology .technology-box {
        width: 84%;
    }
    .item-dl .dl-desc h5 {
        font-size: 20px;
    }
    .item-dl .dl-desc p {
        font-size: 12px;
    }
    .court-read .read-link {
        width: 60%;
    }
    .function .function-box {
        width: 950px;
    }
    .function-box .func-list li {
        height: 57.1px;
        line-height: 57.1px;
    }
    .function-box .func-list li p {
        font-size: 16px;
    }
}

@media screen and (min-width:1280px) and (max-width:1500px) {
    .nav-banner .n-banner-box h1 {
        font-size: 36px;
    }
    .nav-banner .n-banner-box p {
        font-size: 18px !important;
    }
    .nav-banner .n-banner-box p span {
        font-size: 26px;
    }
    .technology .technology-box {
        width: 84%;
    }
    .item-dl .dl-desc h5 {
        font-size: 24px;
    }
    .technology {
        padding: 40px 0 80px;
    }
    .benefits {
        padding: 40px 0 80px;
    }
    .court-read .read-link {
        width: 70%;
    }
    .introduction .intro-video {
        width: 70%;
    }
    .function .function-box {
        width: 1080px;
    }
    .function-box .func-list li {
        height: 65.1px;
        line-height: 65.1px;
    }
    .function-box .func-list li p {
        font-size: 20px;
    }
}