/* style.css Date:2015-04-23 14:23:04 */
html, body {
    height: 100%;
}

body {
    background: #f3f4f8;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    min-width: 1200px;
}
body.login{
    background: url(../images/bg.jpg) no-repeat;
    background-size:100% 100%;
    color: #2588df;
}
.cell {
    display: table-cell;
    *display: inline-block;
    width: 2000px;
    *width: auto
}

.header .logo, .header .quit, .header .password, .leftNav li a, .leftNav li.active a, .leftNav li.active ul li a, .leftNav li.active ul li.active a, .loginLogo {
    background: url(i/eju_icon.png) no-repeat
}

.wrap {
    width: 1000px;
    margin: 0 auto
}

.main {
    position: absolute;
    left: 0;
    top: 80px;
    bottom: 0;
    width: 100%
}

.left {
    position: absolute;
    width: 188px;
    height: 100%;
    background-color: #383e4b;
    left: 0;
    bottom: 0
}

.right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #f3f4f8;
    left: 188px
}

.right iframe {
    width: 99.9%;
    height: 100%
}

.rightMain {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: auto;
    min-width: 1012px
}

.header {
    position: relative;
    background-color: #006EA9;
    height: 80px;
    padding: 10px 20px 0 20px;
    color: #fff;
    border-bottom: 5px solid #006EA9;
}

.header .logo {
    float: left;
    margin-top: 15px;
    margin-right: 50px;
    width: 140px;
    height: 40px;
    background: url(i/logo.png);
    background-size: 100% 100%;
}
.header .userInfo {
    float: left;
    font-size: 14px;
    margin-right: 15px;
    padding-right: 25px;
    border-right: 1px solid #5d6d7e
}
.header .text-maincolor{
    margin-top: 30px;
}
.text-maincolor{
    color: #fff;
}
.header .userInfo em {
    color: #f4712a
}

.header .projectInfo {
    float: left;
    width: 180px;
    margin-right: 35px;
    margin-top: 13px;
    background-color: #242529;
    border: 1px solid #383a3f;
    color: #73777d
}

.header .headlink {
    color: #fff;
    margin-right: 10px
}

.header .fr {
    padding-top: 25px
}

.header .fr .icon0, .header .fr .icon1, .header .fr .icon2 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: -5px
}

.header .fr .icon0 {
    background: url(i/style.png?__sprite.css) 0 0 no-repeat;
    background-position: 0 -36px
}

.header .fr .icon1 {
    background: url(i/style.png?__sprite.css) 0 0 no-repeat;
    background-position: 0 -61px
}

.header .fr .icon2 {
    background: url(i/style.png?__sprite.css) 0 0 no-repeat;
    background-position: 0 -86px
}

.ejuMenu {
    position: relative;
    border-bottom: 0;
    background-color: #007ae0;
    padding-left: 20px;
    height: 40px
}

.ejuMenu li a {
    border-radius: 0;
    border: 0;
    color: #fff;
    background-color: #007ae0;
    padding: 10px 25px
}

.ejuMenu li a:focus {
    background-color: #007ae0
}

.ejuMenu li a:hover, .ejuMenu li.active a, .ejuMenu li.active a:hover {
    background-color: transparent;
    color: #fff;
    border: 0;
    opacity: 1;
}

.ejuMenu li.active {
    background: url(i/menuarr.png) center bottom no-repeat
}

.leftNav li a {
    border-radius: 0;
    background-color: transparent;
    padding-left: 44px;
    color: #fff;
    background-position: -231px -61px
}

.leftNav li.active a {
    background-position: 0 -61px;
    color: #666;
    background-color: #edeef3
}

.leftNav li.active a:hover, .leftNav li a:hover {
    color: #006EA9;
}

.leftNav li.active ul li a {
    background: #434752;
    padding-left: 45px;
    color: #fff;
}

.leftNav li.active ul li a:hover {
    background-position: -231px -103px
}

.leftNav li.active ul li.active a {
    background: #535762;
    color: #006EA9
}

.leftNav li.active ul li a:hover .badge, .leftNav li.active ul li.active a .badge {
    background-color: #fff;
    color: #006EA9
}

.leftNav li.icon2 a {
    background-position: -231px -61px
}

.left .nav-pills > li.active > a {
    color: #fff;
}

.loginBody {
    background: url(i/bg.png) no-repeat fixed top;
}

.loginBg {
    height: calc(100vh - 60px);
    min-height: 550px;
    min-width: 1100px;
    width: 100%
}
.logink{
    padding-top: 18vh;
}
.loginBg .wrap {
    width: 450px;
    height: 360px;
    margin:  auto;
    padding-top: 50px;
    border-radius: 10px;
    -o-border-radius:10px;
    -ms-border-radius:10px;
    -moz-border-radius:10px;
    background: #fff;
}

.loginBg .loginLogo {
    width: 300px;
    margin: 0 auto;
    color:#2588df;
    font-size:20px;
    text-align:center;
    background: none;
}

.loginBg .login {
    width: 350px;
    margin: 0 auto
}

.loginBg .login h3 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #2588df;
    color: #2588df;
    font-size: 16px;
    overflow: hidden
}

.loginBg .login ul {
    padding-top: 12px
}

.loginBg .login li {
    height: 38px;
    overflow: hidden;
    margin-top: 12px
}

.loginBg .login .input {
    float: left;
    width: 300px;
    border: 0;
    background: 0;
    padding: 0;
    margin: 2px 0 0 5px;
    padding: 10px 0;
}

.loginBg .login .input:focus {
    border: 0;
    outline: 0
}

.loginBg .login .user, .loginBg .login .password, .loginBg .login .verify .verifyin {
    border: 1px solid #dae3ee;
    border-radius: 2px;
    background-color: #fff
}

.loginBg .login .user em, .loginBg .login .password em, .loginBg .login .verify .verifyin em {
    float: left;
    display: inline;
    background: url(i/style.png?__sprite.css) 0 0 no-repeat;
    background-position: 0 -111px;
    width: 30px;
    height: 30px;
    margin: 4px 0 0 4px
}

.loginBg .login .verify .verifyin {
    display: inline-block;
    vertical-align: top
}

.loginBg .login .password em {
    background: url(i/style.png?__sprite.css) 0 0 no-repeat;
    background-position: 0 -146px
}

.loginBg .login .verify img {
    width: 129px;
    height: 100%;
}

.loginBg .login .verify .verifyin .input {
    padding-left: 10px;
    width: 200px
}

.loginBg .login .error {
    background-color: #0377e0;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    text-indent: 13px;
    color: #fff9c3;
    border-radius: 3px
}

.loginBg .login .forgetBtn {
    float: right;
    display: inline;
    color: #b9dcff;
    text-decoration: none;
    margin-top: 12px;
    font-family: \5b8b\4f53
}

.loginBg .loginBtn {
    display: block;
    width: 100%;
    height: 36px;
    background-color: #2588df;
    border-radius: 2px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin-top: 38px;
    border: 0
}

.copr {
    width: 1100px;
    height: 234px;
    margin: 0 auto
}

.copr h5 {
    font-size: 18px;
    color: #aebdc9;
    text-shadow: 1px 1px #fff;
    padding: 38px 0 28px
}

.copr .coprwrap {
    background-color: #fff;
    padding: 25px 30px
}

.copr .coprlist {
    width: 1040px;
    overflow: hidden;
    height: 40px
}

.copr ul {
    position: relative;
    left: -1px;
    width: 1040px;
    height: 40px;
    overflow: hidden
}

.copr ul li {
    float: left;
    display: inline;
    width: 171px;
    height: 40px;
    background: url(i/occupying.jpg) center 0 no-repeat;
    border-left: 1px solid #eceff2;
    text-align: center
}

.copr ul li a {
    display: block
}

.copr ul li img {
    vertical-align: top
}

.fwrap {
    width: 1100px;
    margin: 0 auto;
    color: #fff;
    font-family: Arial;
    text-align: center;
    padding-bottom: 20px;
}
/*底部备案*/
.loginFooter a{
    color: #337ab7;
    text-decoration: none;
}
.footer,.c{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}