* {
	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 {
	width: 1200px;
	margin: 0px auto;
}
.loginLogo img {
	margin-top: 15px;
    margin-bottom: 15px;
}
.loginBanner {
	position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;

}
.loginBanner00 {
    background: #4694a9 url(./img/loginBanner.jpg) center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.loginBanner01 {
    background:#4694a9 url(./img/loginBanner02.png) center bottom no-repeat;
}
.loginBanner02 {
    background:#8ed9f6 url(./img/loginBanner01.png) center center no-repeat;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.loginContent {
    width: 100%;
    position: relative;
}
.loginContentContainer {
	width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 600px;
    z-index: 999;
}
.loginBox {
	position: absolute;
    top: 22%;
    left: 50%;
    margin-left: -185px;
    z-index:9999;
}
.loginBox .loginBoxContent{
    width: 300px;
    padding: 20px 35px 20px;
    color: #6c6c6c;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
}
.loginBox .loginBoxContent:after{
    content: "";
    background: url(./img/support.png) center center no-repeat;
    width: 284px;
    height: 47px;
    display: inline-block;
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -142px;
}
.loginBox .loginBoxContent .loginTitle{
    font-weight: bold;
    color: #2797fb;
    font-size: 18px;
    text-align: center;
}
.loginBox .loginBoxContent .loginBody .loginForm .field{
	margin-top: 20px;
	position: relative;
}
.loginBox .loginBoxContent .loginBody .loginForm .field label{
	display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 1px;
    top: 1px;
    outline: 0;
}
.userFieldLabel{
    background: url(./img/username.png) center center no-repeat;
}
.passwordFieldLabel{
    background: url(./img/password.png) center center no-repeat;
}
.validateCodeLabel{
    background: url(./img/code.png) center center no-repeat;
}
.validateCode img{
    position: absolute;
    right: 10px;
    top: 9px;
}
.loginBox .loginBoxContent .loginBody .loginForm .field input{
	width: 300px;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    padding: 11px 8px 11px 40px;
    border: 1px solid #c9c9c9;
    outline:none;
    height:42px;
    border-radius: 4px;
}
.loginLinks{
	margin-top: 25px;
    overflow: hidden;
    line-height: 14px;
}
.loginLinks a{
    text-decoration: none;
	color:#6c6c6c;
}
.loginLinks a:hover{
	color: #f40;
}
.loginLinks .register {
	float: left;
}
.loginLinks .forgetPwd {
	float: right;
}
.loginBox .loginBoxContent .loginBody .loginForm .submit {
	margin-top: 13px;
}
.loginBox .loginBoxContent .loginBody .loginForm .submit button {
	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;
    border-radius: 3px;
    cursor: pointer;
    zoom:1;
    font-family: "Microsoft YaHei";
    /*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ef7272,endColorStr=#e13333); /*IE 6 7 8*/
    background: -ms-linear-gradient(top, #ef7272,  #e13333);        /* IE 10 */
    background:-moz-linear-gradient(top,#ef7272,#e13333);/*火狐*/
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ef7272), to(#e13333));/*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ef7272), to(#e13333));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #ef7272, #e13333);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #ef7272, #e13333);  /*Opera 11.10+*/
}
.loginBox .loginBoxContent .loginBody .loginForm .submit button:hover {
    background-color: #145fbc;
}
.footer {
    color: #959595;
    height:50px;
    margin:30px auto;
}
.footer p{
    margin:8px;
    color: #555;
}
.footer a{
    color: #555;
    margin-left: 7px;
    margin-right: 7px;
}
.footer a:hover{
    color: #E69040;
}
.text-center {
    text-align: center;
}

/*顶部控制面板*/
#time-span {
    position: absolute;
    right: 10px;
    top:5px;
    color:#000;
}
#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: #000;
}
#mb-container ul li a{
    display: inline-block;
    color: #000;
    -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: #e13131;
}
.west-accordion-title.accordion-header-selected .panel-title{
    color: #A62127;
}
.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;*/
}
.accordion .accordion-header-selected{
    background:#f5f5f5 ;
}
.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.firstTitle.active a{
    color: #A62127;
}
#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;
}

/*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:#fe7070;
    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;
}
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:#f5f5f5;
}
.dashborad-panel-title .panel-title{
    color: #333;
}
.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;
}


/*简单提示框*/
.simpleTemplate{    
    width:100%;
    height:100%;
    position:fixed;
    z-index:999;
    background: rgba(255,255,255,.5);
    top:0;
    left:0;
    display:none;
}
.simpleTemplate_big{    
    width:100%;
    height:100%;
    position:fixed;
    z-index:999;
    background: rgba(255,255,255,.5);
    top:0;
    left:0;
    display:none;
}
.simpleTemplate_box{    
    width: 306px;
    height: 166px;
    border:1px solid rgba(0, 157, 217, 1);
    position: absolute;
    top: 114px;
    left: 480px;
    font-size: 14px;
    overflow:hidden;
}
.simpleTemplate_bigBox{    
    width: 425px;
    height: 315px;
    border:1px solid rgba(0, 157, 217, 1);
    position: absolute;
    top: 114px;
    left: 480px;
    font-size: 14px;
    overflow:hidden;
}
.simpleTemplate_bigBox_head{    
    height:37px;
    background: rgba(0, 157, 217, 1);
    padding-left:10px;
    line-height: 38px;
    color:#fff;
    font-size: 14px;
}
.simpleTemplate_box_head{   
    height:37px;
    background: rgba(0, 157, 217, 1);
    padding-left:10px;
    line-height: 38px;
    color:#fff;
    font-size: 14px;
}
.simpleTemplate_box_body{   
    padding:30px 40px;
    background: #fff;
    font-size: 14px;
}
.simpleTemplate_bigBox_body{    
    padding:20px 40px;
    background: #fff;
    font-size: 14px;
}
.simpleTemplate_bigBox_body textarea{   
    width:100%;
    height:150px;
}