.navbox li{
    list-style: none;
    line-height: 22px;
}
.navbox li>span{
    font-family: monospace;
    font-size: 12px;
    font-weight: 600;
    line-height: 29px;
    padding: 0 5px 0 0;
}
/*解决方案下拉列表样式*/
@media screen and (min-width:992px){
    #scheme{
        left: -459px !important;
        width: 940px !important;
    }
    #newwordCloud{
        left: -597px !important;
        width: 940px !important;
    }

}
@media screen and (min-width:1200px){
    #scheme{
        left: -659px !important;
        width: 1140px !important;
    }
    #newwordCloud{
        left: -797px !important;
        width: 1140px !important;
    }
}
#scheme>li{
    float: left;
    width: 25%;
    text-align: left;
    padding: 0 15px;!important;
    border-right: 1px dotted #ddd;
}
#scheme>li>a {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
    text-indent: 5px;
}
#scheme>li>ul{
   transform: translate(0,-2px);
}
#scheme>li>ul>li{
    border-bottom: 1px dotted #eee;
    text-indent: 30px;
}
#scheme>li>ul>li:hover{
    background-color: #eee;
}
#scheme>li>ul>li>a {
    width: 100%;
    border-right: none;
}

/*云平台样式*/
#newwordCloud{
    margin: 0;
    padding: 0;
}
#newwordCloud>li{
    float: left;
    border: 1px solid aqua;
    width: 33.333%;
    height: 200px;
}
#newwordCloud>li>a{
    line-height: 200px;
    border: none;
}
/*我们提供图标样式*/
.tg .icon-container>img{
    width: 100px;
}
.tgbox{
    float: left;
    width: 100px;
    height: 100px;
}