/*轮播图*/

.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;
}

/*========================亮点================================*/
.highlights{
    padding:60px 0 80px;
}

.highlights h2{
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    font-size: 40px;
    border-bottom: 4px solid #B1B1B1;
    margin-bottom: 30px;
}

.highlights-list{
    width:73%;
    margin:0 auto;
}

.highlights-list li{
    float: left;
    width:48.6%;
    margin-right: 2.8%;
    position: relative;
    margin-bottom: 40px;
}

.highlights-list li:nth-of-type(2n){
    margin-right:0;
}

.highlights-list .box-des{
    position: absolute;
    left: 5%;
    top:8%;
    width:90%;
}

.highlights-list .box-des h4{
    font-size: 30px;
    color: #fff;
}

.highlights-list .box-des p{
    margin-top:10px;
    font-size: 18px;
    color: #fff;
    line-height:26px;
    position: relative;
}

.highlights-list .box-des i{
    display: inline-block;
    height: 10px;
    background:#fff;
    width:10px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
}

.highlights-list .box-des em{
    display: inline-block;
    width:94%;
    margin-left: 3%;
}


/*=========================系统功能=============================*/
.function{
    padding:60px 0;
    background:#F8F8F8;
}


.function h3{
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    font-size: 40px;
    border-bottom: 4px solid #B1B1B1;
    margin-bottom: 60px;
}

.function .func_bg{
    width:75%;
    margin:0 auto;
}


/*====================相关阅读====================*/
.read{
    padding:60px 0 100px;
}

.read h3{
    width:200px;
    margin:0 auto;
    text-align:center;
    padding-bottom: 10px;
    font-size:40px;
    border-bottom:4px solid #B1B1B1;
    margin-bottom:30px;
}

.read .read-list{
    margin:30px auto 40px;
    width:840px;
}

.read .read-list li{
    float: left;
    margin-right:20px;
}

.read .read-list li:nth-last-of-type(1){
    margin-right: 0px;
}

.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;
}

.read .read-link{
    margin-top:45px;
    width:57%;
    margin:0 auto;
}

.read .read-link a{
    display: none;
}


/*响应式*/

@media (min-width: 980px) and (max-width:1279px) {
    .highlights{
        padding:40px 0 60px;
    }

    .highlights-list{
        width:90%;
    }
    
    .highlights-list .box-des h4{
        font-size: 22px;
    }

    .highlights-list .box-des p{
        font-size: 12px;
        line-height:18px;
        margin-top:8px;
    }

     .read .read-link{
        width:60%;
    }

}

@media screen and (min-width:1280px) and (max-width:1500px) {
    .highlights{
        padding:40px 0 60px;
    }

    .highlights-list{
        width:88%;
    }
    
    .highlights-list .box-des h4{
        font-size: 26px;
    }

    .highlights-list .box-des p{
        font-size: 15px;
        line-height:22px;
        margin-top:8px;
    }

    .read .read-link{
        width:70%;
    }
   
}

@media screen and (min-width:1501px) and (max-width:1800px) {
    .highlights-list{
        width:80%;
    }

    .highlights-list .box-des p{
        font-size: 16px;
        line-height:24px;
    }

}