* {
    font: 12px/1.5 "Microsoft YaHei",tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
    margin:0px;
    padding:0px;
}
body {
    padding:0px;
}
a {
    text-decoration: none;
}
/*�脂���桁��*/
.loginLogo {
    height:88px;
    margin: 0px auto;
}
.loginBanner {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    display: none;

}
.loginBanner01 {
    background:#000 url(../img/loginBanner.jpg) center center no-repeat;
}
.loginBanner02 {
    background:#4694a9 url(../img/loginBanner02.png) center center no-repeat;
}
.loginContent {
    width: 100%;
    position: relative;
}
.loginContentContainer {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 600px;
    z-index: 999;
}
.loginBox {
    position: absolute;
    top: 120px;
    right: 100px;
    height:360px;
    width: 350px;
    z-index:9999;
}
.loginBox .loginBoxContent{
    width: 300px;
    padding: 25px 25px 40px;
    color: #6c6c6c;
    background-color: rgba(231,232,236,.9);
    position: relative;
    margin: 0 auto;
}
.loginBox .loginBoxContent .loginTitle{
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    color: #3c3c3c;
    margin-top: 9px;
    padding-bottom: 8px;
    font-weight: 700
}
.loginBox .loginBoxContent .loginBody  .field{
    margin-top: 20px;
    position: relative;
}
.loginBox .loginBoxContent .loginBody  .field label{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 1px;
    top: 1px;
    outline: 0;
}
.loginBox .loginBoxContent .loginBody  .field label.userFieldLabel {
    background:#ddd url(../img/loginUser.png) center center no-repeat;
}
.loginBox .loginBoxContent .loginBody  .field label.passwordFieldLabel {
    background:#ddd url(../img/loginPassword.png) center center no-repeat;
}
.loginBox .loginBoxContent .loginBody  .field input{
    width: 240px;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    padding: 11px 8px 11px 50px;
    border: 1px solid #ddd;
    outline:none;
}
.loginLinks{
    margin-top: 29px;
    overflow: hidden;
    line-height: 14px;
}
.loginLinks a{
    text-decoration: none;
    color:#6c6c6c;
}
.loginLinks a:hover{
    color: #f40;
}
.loginLinks .forgetPwd {
    float: left;
}
.loginLinks .register {
    float: right;
}
.loginBox .loginBoxContent .loginBody  .submit {
    margin-top: 19px;
}
.loginBox .loginBoxContent .loginBody  .submit .btn-login {
    width: 300px;
    height: 42px;
    border: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    line-height: 42px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #144798;
    border-radius: 3px;
    cursor: pointer;
    zoom:1
}
.loginBox .loginBoxContent .loginBody  .submit button:hover {
    background-color: #145fbc;
}
.footer {
    height:50px;
    margin:30px auto;
}
.text-center {
    text-align: center;
}

/*蕁狗��ｧ�狗�∽��*/
#time-span {
    position: absolute;
    right: 10px;
    top:5px;
    color:#fff;
}
#mb-container {
    position: absolute;
    right:0px;
    bottom:0px;
}
#mb-container ul li {
    list-style: none;
    display: block;
    float: left;
    position: relative;
    margin-right: 10px;
    text-align: center;
    color: #fff;
}
#mb-container ul li a{
    display: inline-block;
    color: #fff;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}
#mb-container ul li a:hover{
    text-decoration: none;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
}
#mb-container ul li .badge{
    position: absolute;
    right:-15px;
    top:-10px;
    padding-left: 4px;
    padding-right: 5px;
    background-color: #d93c3c;
}


/*綏�唱絲取����*/
.west-navigation,.main-content-header{
    border:none;
    border-top:10px solid #fff;
}
.main-content-header{
    border-top:8px solid #fff;
}
.west-navigation{
    height:43px;
    background: #3d63a8;
}
.west-accordion-title.accordion-header-selected .panel-title{
    color: orange;
}
.west-accordion-icon {
    height:44px;
    width:44px;
    margin-top: -22px;
    background: url('../img/west-accordion-icon.png') no-repeat;
}
.west-accordion-title {
    height:18px;
    line-height: 18px;
    border:1px solid #c3c7c9;
    color: #000;
    background: url('../img/accordion-title-bg.png') repeat-x!important;
}
.west-accordion-title .panel-title{
    height:20px;
    line-height: 20px;
    font-size: 14px;
    padding-left: 50px;
}
.west-accordion-body {
    /* padding-left: 36px;*/
}
.main-content-header {
    height:0px;
    padding: 0px;
}
.main-content-body {
    border-left: 0px;
}
.west-navigation .panel-title{
    height:43px;
    line-height: 43px;
    font-size: 16px;
    color: #fff;
    padding-left: 50px;
}
#sgj-accordion ,
#sgj-accordion .panel-body{
    background: #f9f9f9;
}
#sgj-accordion ul {
    margin:0px;
    padding:0px;
    background: #f9f9f9;

}
#sgj-accordion ul li {
    list-style: none;
    display: block;
    height:auto;
    width:100%;
    cursor:pointer;
}
#sgj-accordion .accordion-body>ul>li {
    /* padding:5px 20px; */

}
#sgj-accordion ul li.firstTitle .sgj-tree-icon{
    display: block;
    float: left;
    height:22px;
    width:22px;
}
#sgj-accordion ul li.firstTitle .sgj-tree-level0{
    width:22px;
}
#sgj-accordion ul li.firstTitle .sgj-tree-level1{
    width:44px;
}
#sgj-accordion ul li.firstTitle .sgj-tree-level2{
    width:66px;
}
#sgj-accordion ul li.firstTitle>a{
    font-size: 13px;
    font-weight: 700;
}
#sgj-accordion ul li.secondTitle>a{
    font-size: 12px;
    font-weight: 600;
}
#sgj-accordion ul li a{
    text-decoration: none;
    color: #6C6464;
    font-size: 12px;
    display: block;
    text-indent:36px;
    border-bottom:1px dashed #ddd;
    height:30px;
    line-height:30px;
}
#sgj-accordion ul li a:hover {
    color:#FF4400;
}
#sgj-accordion ul li a.nav-selected {
    background-color:#ddd;
}

/*tabs蕁�*/
.tab-blue {
    background: #f2f2f2;
    /*background: url('../img/desktop-bg.jpg') no-repeat;*/
    /*background-size: cover;
    padding:0px 40px;*/
}
.tabs {
    padding-left: 0px;
}
.tabs li a.tabs-inner {
    background:#e6e6e6;
}
.tabs li.tabs-selected a.tabs-inner {
    border:none;
    background:#3D63A8;
    color:#fff;
    padding:0px 20px;
}
.tabs li a{
    height: 38px!important;
}
.tabs-panels {
    border-color: #D4D4D4;
}
.tab-content-bg {
    padding-top: 20px;
    background:#f2f2f2;
}
.tabs li a.tabs-close, .tabs-p-tool{
    margin-top: -18px;
}
/*菴��阪���肢����*/
.loader-background {
    background-color: #2c2d44;
    height:100%;
    width:100%;
    position: absolute;
    top:0px;
    left:0px;
    z-index: 1024;
    text-align: center;
}
.loader-container {
    position: absolute;
    bottom: 100px;
    height:50px;
    width:100%;
}
.loader-container p{
    color: #fff;
    margin-bottom: 15px;
}
.loader-inner {
    width:150px;
    margin:0 auto;
}
.loader-inner > div {
    background: #fff;
    border:none;
}
/*�脂��蕁級�∵����*/
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: "proxima-nova-soft", sans-serif;
    -webkit-user-select: none;
    overflow: hidden;
}
body .vertical-centered-box {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}
body .vertical-centered-box:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
body .vertical-centered-box .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
}
/*---*/
/*薤�蕁級�∽��*/
.dashborad-panel {
    -moz-box-shadow: 10px 10px 5px #888888; /* ���� Firefox */
    box-shadow: 2px 2px 5px #333;
}
.dashboard-panel-body{
    width: 200px;
    height:170px;
}
.dashborad-panel-title {
    height:20px;
    line-height:20px;
    background:#6aabfe;
}
.dashborad-panel-title .panel-title{
    color: #fff;
}
.dashborad-panel-title .panel-icon{
    margin-top: -8px;
}

/*薤�蕁究�腓堺�桁��*/
.desktop-tip {
    width:380px!important;
    height:100px;
}
.desktop-tip .desktop-tip-body{
    width: 330px !important;
    height: 45px !important;
    box-shadow: 3px 3px 5px;
    overflow: hidden;
}
.desktop-tip .desktop-tip-body .login-pic{
    display:block;
    width:64px;
    height:64px;
    float:left;
    margin-right: 10px;
}
.desktop-tip .desktop-tip-body p {
    margin-bottom: 5px;
}
.desktop-tip,.desktop-tip-header {
    border:none;
    background: transparent;
    /*background: #6aabfe;*/
}
.desktop-tip-header .panel-title {
    color: #fff;
}
/*綣合�����form茵���*/
.diaForm {

}
.diaForm textarea{
    width: 100%;
    resize:none;
    box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.datagrid-row-selected a{
    color: white;
}