#in-nav .logo{
    height:60px;
    overflow: hidden;
    margin: 10px;
}
#in-nav .logo .title{
    height: 60px;
    padding-top: 20px;
    padding-left: 0px;
    font-size: 28px;
    letter-spacing: 1px;
    float: left;
}
.login_body
{
    background-color: #fff;
    font: 12px "微软雅黑" , "宋体";
    color: #0068bf;
    margin: 0px;
    overflow: hidden;
}
.login_top img
{
    height: 58px;
    margin-right: 0px;
}
.login_top .title
{
    color: white;
    font-size: 28px;
    letter-spacing: 1px;
    vertical-align: -20px;
}
.login_bg
{
    background-image: url(login_bg.png);
    background-repeat: repeat-x;
}
.login_bg_mid
{
    background-image: url("login_bg2.png" );
    margin-top: -20px;
    background-repeat: no-repeat;
}
.login_bg_mid_div
{
    background-image: url("login_bg3.png");
    margin-top: 0px;
    width: 232px;
    background-repeat: no-repeat;
    height: 247px;
    margin-right: 50px;
}

/*以下覆盖style.css*/
#in-sub-nav {
    background-color: #c53800;
    -moz-box-shadow: inset 0px 0px 10px #b53800;
    -webkit-box-shadow: inset 0px 0px 10px #b53800;
    box-shadow: inset 0px 0px 10px #b53800;
}
#in-sub-nav li a:hover, #in-sub-nav li a.active {
    background-color: #ce582a;
    text-decoration: none;
}
/*宽度不为全屏*/
.evaTable{
    width: inherit!important;
}
/*测评表名称、指标说明不换行*/
.evaTable > thead > tr:nth-child(1) > th/*, .evaTable > thead > tr:nth-child(2) > th*/{
    white-space:nowrap;
}