/*首页公共颜色*/
    /*影藏内容*/
.divNone{
    display: none !important;
}
    /*字体颜色*/
.fontColor{
    color: #ce1012 !important;
}
    /*白色字体颜色*/
.fffColor{
    color: #ffffff !important;
}
.redbackColor{
    /*background-color: #ce1012 !important;*/
}
.redColor{
    /*color: #ffffff !important;*/
}
    /*灰色字体颜色*/
.cccColor{
    color: rgb(170 170 170) !important;
}
 /*二级栏目选中*/
.navbackColor .lihover{
    background-color: #ce1012 !important;
}
 /*二级栏目悬停*/
.navbackColor li:hover,.navbackColor li a:hover{
    /*background-color: #ce1012 !important;*/
    color: #666666 !important;
    background-color: rgb(0,0,0,0) !important;
}
 /*二级栏目悬停2021.12.2修改*/
.navbackColor .lihover:hover{
    background-color: #ce1012 !important;
    color: #ffffff !important;
}
 /*二级栏目悬停2021.12.2修改*/
.navbackColor .lihover:hover a{
    color: #ffffff !important;
}
    /*横岗*/
.borderColor{
    border-top: 1px solid #ce1012 !important;
}

    /*横岗*/
.footerborderColor{
    border-top: 1px solid rgb(170 170 170) !important;
}

    /*提交按钮*/
.submitbackColor{
    border: 1px solid #ce1012 !important;
    background-color: #ce1012 !important;
}
/*导航一级栏目加粗*/
.hoverbackColor>li>a{
    font-weight: bold !important;
    
}
    /*导航背景颜色*/
.fontbackColor,.backColor,.hoverbackColor li{
    background-color: #ce1012 !important;
}
    /*导航背景悬停颜色*/
.hoverbackColor li.lihover{
   /*background-color: #cccccc !important;*/
}

/*我们的培训科目*/
    /*按钮一*/
.moreHover .button_btndefault-label{
    color: #ce1012 !important;
}
.moreHover a{
    color: #ce1012 !important;
    border-color: #ce1012 !important;
}
.moreHover a:hover{
    color: #ffffff !important;
    border-color: #ce1012 !important;
    background-color: #ce1012 !important;
}
.moreHover a:hover .button_btndefault-label{
    color: #ffffff !important;
}
    /*按钮二*/
.btnHover a{
    color: #ce1012 !important;
    border-color: #ce1012 !important;
    background-color: #ce1012 !important;
}

.btnHover a:hover{
    color: #ffffff !important;
    border-color: rgba(32,167,40,1) !important;
    background-color: rgba(32,167,40,1) !important;
}
.btnHover a:hover .button_btndefault-label{
    color: #ffffff !important;
}

/*新闻资讯*/
    /*a标签默认颜色*/
.hovera{
    color: #333333 !important;
}
    /*悬停a标签颜色*/
.hovera:hover{
    color: #ce1012 !important;
}

/*尾部背景颜色*/
.footerbackColor{
    background-color: #333 !important;
    /*background-color: #ce1012 !important;*/
}
    /*第三方外链*/
.worksbox a{
    background-color: rgb(0,0,0,0) !important;
}
.worksbox a:hover{
    background-color: #fff !important;
}