.banner-text-box {
    width: 80%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.items-title {
    text-align: center;
}

.item {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.item-content {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #888;
}

.item-line {
    width: 80%;
    height: 2px;
    background: #e7e7e7;
    margin: 0 auto;

}

.item-btn {
    width: 60%;
    border-radius: 50px;
    background: #425cbb;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.item-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/* 导航 */
.navwrap{
    position: absolute ;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.navLogo,.navList{
    display: inline-block;
}
.navList ul li{
    display: inline-block;
}
.navList ul li a{
    color: #fff;
}
.navList ul li a:hover{
    opacity: .7;
}
/* 新闻中心分类导航 */
.sonsort .btn-info,.productnav .btn-info{
    background-color: #425cbb;
    border-color: #425cbb;
}
.sonsort .btn-light:hover,.productnav .btn-light:hover{
    background-color: #324486;
    border-color: #324486;
    color: #fff;
}
/* 服务案例 */
.figure-caption{
    background: #f4f4f4;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    border: 1px solid #eee;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
@media only screen and (max-width: 576px) {
/* 导航移动端 */
    .navwrap{
        position: relative !important;
        background: #fff;
        padding: 10px 0;
    }
    .navLogo{
        position: relative;
        left: 50%;
        transform: translateX(-51%);
    }
    .navList ul{
        border-bottom: 1px solid #e9e9e9;
        box-sizing: border-box;

    }
    .navList ul li{
        text-align: center;
        display: inline-block;
        float: left;
        width: 33%;
        box-sizing: border-box;
        border-bottom: 1px solid #e9e9e9;
        font-weight: 400;
        border-right: 1px solid #e9e9e9;
        padding: 3px 0px;
    }
    .navList ul li:nth-child(3),.navList ul li:nth-child(6),.navList ul li:nth-child(9){
        border-right: 0px;
    }
    .navList ul li a{
        color: #333 !important;
    }
    /* 产品中心  移动端*/
    .form-inline>.form-control{
        width: 70%;
        margin-right: 10px;
    }
}