#loadDiv{
    display: none;
    position:fixed;
    color:#fff;
    border-radius:4px;
    z-index:100;
    text-align:center;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    padding:0px;
    margin:0px;
}
#loadDiv-div{
    width:100%;
    height:100%;
}
#loadDiv-div-div{
    position: absolute;
    left: 50%;
    top: 50%;
    width:60px;
    height:60px;
    margin-left:-100px;
    margin-top:-50px;
}
body {
    background: #fff;
    color: #333;
    font-size: 14px;
}
body, select {
    font-family: "Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei","微软雅黑",simsun,"宋体",tahoma,arial;
    padding:0px;
    margin:0px;
}
input::-webkit-input-placeholder { /* WebKit browsers*/
    　　color:#999;font-size:12px;
    }
input:-moz-placeholder {  /* Mozilla Firefox 4 to 18*/
    　　color:#999;font-size:12px;
    }
input::-moz-placeholder {  /* Mozilla Firefox 19+*/
    　　color:#999;font-size:12px;
    }
input:-ms-input-placeholder { /* Internet Explorer 10+*/
    　　color:#999;font-size:12px;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}
a:hover {
    color: #e4393c;
    text-decoration: none;
}
ul{
    padding:0;
    margin: 0;
}
ul li{
    list-style: none;
}
.top{
    background: #fbfbfb;
    border-bottom: 1px solid #eeeeee;
    height:105px;
    line-height: 105px;
    padding:0px;
    margin:0px;
}
.top>div{
    width: 1000px;
    margin: 0px auto;
    overflow: hidden;
    height: 100%;
}
.top>div>a>img{
    width: 585px;
    height:75px;
    margin-top:15px;
    float: left;
    display: block;
}
.top>div>p{
    float: right;
    height: 100%;
    padding:0px;
    margin: 0px;
}
.top>div>p>a{
    color: #29a1e0;
    text-decoration: none;
}
.top>div>p>a:hover{
    text-decoration: underline;
}
.main{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.sso-form-tit {
    height: 63px;
    background: url(../img/login/line.png) 0 100% repeat-x;
}
.sso-form-tit li.cur, .sso-form-tit li:hover {
    background-position: 0 60px;
}
.sso-form-tit li {
    float: left;
    font-size: 18px;
    line-height: 24px;
    padding: 26px 17px 13px 17px;
    margin-right: 20px;
    background: url(../img/login/line2.png) 0 65px repeat-x;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.sso-form {
    width: 100%;
    table-layout: fixed;
    padding: 40px 0 100px 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.sso-form table tr td.field {
    width: 340px;
    text-align: right;
}
.sso-form table tr td {
    padding: 10px 5px;
}
.sso-form table tr td .txtbox {
    border: 1px solid #ccc;
    padding: 5px 5px;
    line-height: 20px;
    height: 20px;
    width: 220px;
}
.sso-form table tr td .txtbox2 {
    border: 1px solid #ccc;
    padding: 5px 5px;
    line-height: 24px;
    height: 20px;
    width: 102px;
}
.sso-form table tr td .txtbox3 {
    margin-left:1px;
}
.sso-form table tr td select {
    border: 1px solid #ccc;
    padding: 5px 5px;
    line-height: 30px;
    /*width: 102px;*/
    height:30px;
    margin-right: 5px;
}
.sso-btn-submit:hover {
    background: #1777aa;
    color: #fff;
}

.sso-btn-submit {
    border:none;
    width: 237px;
    height: 45px;
    line-height: 35px;
    background: #29a1e0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
}
.errorMessage
{
    font-size: 12px;
    color: red;
}
.m-l-5{
    margin-left:5px !important;
}
#captcha_img{
    height: 30px;
    cursor: pointer;
    vertical-align: middle;
}
.hidden{
    display:none;
}
input,select{
    border-radius: 4px;
}
.login-logo{
    max-width: 585px;
    max-height:75px;
}
.login-logo-a{
    text-decoration: none;
    cursor: pointer;
    color: #333;
    height: 106px;
    width: 800px;
    float: left;
    display: block;
}
.login-logo{
    height: auto !important;
    width: auto !important;
    max-width: 585px !important;
    max-height: 75px !important;
}
.login-logo-p{
    width: 200px;
    text-align: right !important;
}
.no-find-data{ width:100%; text-align:center; float:left;}
.no-find-data p{ width:100%; font-size:18px; color:#e5e5e4; text-align:center; margin-top:20px; float:left;}


.fixboxbj {
    position: fixed;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 99999999;
    font-size: 12px;
    font-family: 微软雅黑;
    display: none;
}

.fixbox {
    width: 580px;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #999999;
    position: absolute;
    left: 50%;
    margin-left: -240px;
    top: 35%;
    margin-top: -150px;
    overflow: hidden;
}

.fixbox-ul{
    padding: 30px;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.fixbox-ul a{
    color:blue;
}
.fixbox-ul a:hover{
    text-decoration:underline ;
}


.fixbox-top{
    overflow: hidden;
    padding: 0 20px;
    background: #e5e5e5;
}
.fixbox-top h3 {
    float: left;
    font-size: 18px;
    font-family: 'Verdana', 'Simhei', 'Simsun';
    line-height: 25px;
}
.fixbox-bottom{
    overflow: hidden;
    line-height: 70px;
    height: 70px;
    background: #e5e5e5;
}
.fixbox-bottom button {
    float: right;
    margin: 18px 20px 0 0;
    padding: 0 25px;
    line-height: 35px;
    height: 35px;
    outline: none;
    color: #fff;
    background-color: #337ab7;
    border: 1px solid #2e6da4;
    border-radius: 3px;
    cursor: pointer;
}

.fixbox-bottom button:hover {
    background-color: #204d74;
    border-color: #122b40;
}
.fixbox-ul{
    font-size: 13px;
    line-height: 27px;

}
.suojin{
    text-indent:25px
}
.fixbox input{
    width: 16px;
    height: 16px;
    vertical-align: -4px;
    margin-right: 5px;
}
.fixboxbj-hidden{
    display: none;
}