/*新闻发布室*/
.newRoomTab{
    background: #f5f5f5;
    line-height: 80px;
}
.tabBox .tabLi{
    margin-right: 40px;
    font-size: 15px;
}
.tabBox .tabLi:hover a , .tabBox .tabAct a{
    color: #FD1E00 !important;
    display: inline-block;
}
.tabBox .tabAct:after{
    position: absolute;
    color: #000;
    background: #FD1E00;
    height: 2px;
    left: 0;
    right: 0;
    bottom:0;
    margin: auto;
    content: '';
}
.tabBox .tabLi:hover:after{
    position: absolute;
    background: #FD1E00;
    height: 2px;
    left: 0;
    right: 0;
    bottom:0;
    margin: auto;
    content: '';
    animation: beLong .3s forwards;
}
@keyframes beLong {
    0%{width: 0}
    100%{width: 100%}
}
.tabBox .tabLi:last-child{
    margin-right: 0;
}
/*新闻发布室*/
.solutionPage .solutionUl .box{
     margin-top: 50px;
 }
.solutionPage .solutionUl .box:first-child{
    margin-top: 0;
}
.solutionPage .downloadBtn{
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background: #FD1E00;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.soluCon video{
    width: 100% !important;
}
.soluCon img{
    max-width: 100% !important;
    height: auto !important;
}
@media screen and (max-width: 768px){
    .tabBox .tabLi{
        margin-right: 20px;
        font-size: 15px;
    }
}
