
.six-list .list-box .list-box-cube{
    box-shadow:none !important;
    padding: 0px 16px !important;
}
.list-box-cube span{
    display: inline-block;
    color: #0066FF;
    height: 44px;
    width: 270px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 44px;
    border-bottom: 1px solid #DCDFE6;
    font-size: 20px;
}
.list-box-cube h4{
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
    height: 96px;
}
.six-list .list-box{
    margin-top: 30px;
}
.list-prodct{
    display: flex;
    height: 86px;
    margin: 30px 0 50px 0;
    .list-box-prod{
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 1px solid #DCDFE6;
        width: 300px;
        padding: 16px;
        background: rgba(255, 255, 255, 0.70);
        .list-one{
            font-size: 16px;
        }
        .list-two{
            display: inline-block;
            font-size: 14px;
            color: #606266;
        }
    }
}
.list-prodct a{
    float: right;
    color: #06F;
}
.list-prodct span{
    margin-top: 4px;
}
.high-prd{
    height: 315px;
    background-image: url('../ico/part3-Bg.jpg');
    background-size: cover
}
.high-data{
    height: 907px;
    background-image: url('../ico/part-Bg.jpg');
    background-size: cover
}
.excellent{
    margin-top: 30px;
    width: 1330px;
}
.excel-img{
    height: 126px;
    display: flex;
    margin-top: 20px;
}
.excel-img img{
    width: 214px;
}
.excel-img-right{
    flex: 1;
    border-radius:0px 8px 8px 0px;
    background: rgba(255, 255, 255, 0.70);
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.excel-img-right .inclu:hover {
    box-shadow: 0 10px 10px 0 rgba(16,20,30,.1);
    transform: translateY(-6px);
}
.excel-exp{
    padding: 0 12px;
    border-radius: 4px;
    border: 1px solid  #DCDFE6;
    background: #FFF;
    display: inline-block;
}

.excel-img-span{
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.excel-img-right p{
    width: 330px;
    text-align: center;
    line-height: 32px;
    border-top: 1px solid  #DCDFE6;
}

.hoverbox{
    background: rgba(0, 0, 0, 0.60);
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height:100%;
    top: 0;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
}
.hoverbox .item-button{
    display: inline-block;
    height: 32px;
    color: #06F;
    line-height: 32px;
    width: 110px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #06F;
    background:  linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%), #06F;
}
.inclu{
    position: relative;
    /*width: 350px;*/
    height: 97px;
}
.excel-img-right .inclu:nth-last-child(-n+2){
    margin-left: 5px;
}
.inst-serve{
    margin-top: 30px;
}
.inst-serve div{
    display: flex;
}
.inst-serve img{
    width: 50px;
    height: 50px;
}
.inst-serve span{
    margin-left: 16px;
}
.inst-serve p{
    font-size: 14px;
    color: #606266;
}
.smallinclu{
    width: 175px;
    height: 62px;
    margin-right:9px
}