*{
    margin: 0;
    padding: 0;
}
body{
    background-color: white;
}
.nav{
    height: 95px;
    width: 1024px;
    margin: auto;
}
.nav ul{float: right;margin-top: 15px;display: inline-block}
.nav ul li{float: left;padding:0 10px;border-left:1px solid #323232;}
.nav ul li:first-child{border-left: none;}
.nav ul li:nth-child(2){border-left: none;}
.nav ul li a{color:#323232;}
span{
    display: inline-block;
    vertical-align: middle;
}

.picture{
    width: 100%;
    height: 95px;
    vertical-align:middle;
    /*margin-left: 156px;*/
}
.content{
    height: 600px;
    width: 100%;
    background-image: url(../../../../upload/images/background_new.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    z-index: -1;
    left: 0;
    top: 0;
    zoom: 1;
    background-size:cover ;
    -webkit-background-size: cover;
}
.window{
    position: relative;
    width: 1100px;
    margin: 0 auto;
    height: inherit;

}
.login{
    position: absolute;
    background: url(../images/login/bg1.png) no-repeat;
    height: 366px;
    width: 372px;
    right:0;
    margin-top: 127px;
}
.login_new{
    position: relative;
    background: url(../images/login/bg2.png) no-repeat;
    height: 412px;
    width: 372px;
    float: right;
    margin-top: 127px;
}
.login_group{
    width: 278px;
    margin:auto;
    margin-top: 110px;
    height: 190px;
    top: 93px;
}
.content_group{
    width: 278px;
    margin: auto;
}
.input_group{
    background: url("../images/login/login.jpg") no-repeat;
    width: 278px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #609db3;
    padding-left: 51px;
    background-color: white;
}
.passwd_group{
    background: url("../images/login/passwd.jpg") no-repeat;
    width: 278px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #609db3;
    padding-left: 51px;
    margin-top: 13px;
    background-color: white;
}
.code_group{
    background: url("../images/login/code.jpg") no-repeat;
    width: 178px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #609db3;
    padding-left: 51px;
    margin-top: 13px;
    background-color: white;
}
.group{
    width: 89px;
    height: 37px;
    margin-left: 6px;
}

.cut{
    background-color: #15779b;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    color: white;
    margin-top: 23px;
}

.loging{
    padding:0;
    background-color: #006fa9;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    color: white;
    margin-top: 23px;
    cursor:pointer;
    -moz-user-select:none;
    -webkit-user-select:none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0081c4;
    border-color: #0081c4;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover{background: #00689e;}
.wire{
    border: 1px solid #abd0e3;
    margin-top: 47px;
}
.bottom{
    width: 100%;
    text-align: center;
    margin-top: 18px;
    color: #0f6e91;
    font-size: 12px;
    margin-bottom: 105px;
}
/*new 登录*/
.change_login{
    position: absolute;
    right: 24px;top: 20px;
    overflow: hidden;
}
.change_login .jd_jc{cursor: pointer;float: left;}
.prompt_box{
    float: left;
}
.login_tishi{
    position: absolute;
    right: 24px;
    margin-top: 60px;
    cursor: pointer;
}
.login_tishi_bg{
    display: none;
    position: absolute;
    background: url("../images/login/bbs_03.png") no-repeat;
    width: 276px;height: 64px;right: -235px;margin-top: -7px;
    color: #00689e;font-size: 12px;padding:10px;line-height: 18px;
}
.login_tishi_bg1{
    display: none;
    position: absolute;
    background: url("../images/login/bbs_06.png") no-repeat;
    width: 130px;height: 63px;right: -88px;margin-top: -7px;
    color: #00689e;font-size: 12px;padding:10px;line-height: 18px;
}
#senior_password{display: none;}