/*固定资产登录首页相关css样式*/
@font-face {font-family: "iconfont";
  src: url('../css/fonts/iconfont.eot?t=1477043283'); /* IE9*/
  src: url('../css/fonts/iconfont.eot?t=1477043283#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../css/fonts/iconfont.woff?t=1477043283') format('woff'), /* chrome, firefox */
  url('../css/fonts/iconfont.ttf?t=1477043283') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../css/fonts/iconfont.svg?t=1477043283#iconfont') format('svg'); /* iOS 4.1- */
}

.fa {
  font-family:"iconfont" !important;
  font-size:18px;
  font-style:normal;
  color: #5B5E67;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-yanzheng:before { content: "\e666"; }
.icon-qq:before { content: "\e668"; }
.icon-weixin:before { content: "\e667"; }
.icon-weibo:before { content: "\e6f5"; }
.icon-mima:before { content: "\e736"; }
/* .icon-admin:before { content: "\e60d"; } */
.icon-phone:before { content: "\e669"; }
/*logo部分*/
body {
    font-family:PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}
/* logo总的div */
#login_logo {
    position: relative;
    height: 138px;
    min-width:1200px;
}
#logoImage1 {
    margin-left: 8%;
    margin-top: 10px;
    height: 110px;
    width: 100px;
    float: left;
}
#logoImage2 {
    margin-top: 30px;
    height: 110px;
    width: 560px;
    float: left;
    font-size: 40px;
    font-family: 华文中宋;
    font-weight: bold;
}
/* #div_sm {
    float: right;
    margin-right: 17%;
    margin-top: 100px;
} */
#div_sm {
		    float: right;
		    margin-right: 17%;
		    margin-top: 60px;
		    font-size: 16px;
		    font-weight: bolder;
		}
#sp_czsm, #sp_wtfk {
    cursor: pointer;
}
.header{
    width: 100%;
    background: #fff;
    background: rgba(255,255,255,0.75);
    padding: 15px 25px;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}
.header > .logo img {
    display: inline-block;
    width: auto;
    height: 40px;
    vertical-align: bottom;
    margin-right: 10px;
}
.header > .logo {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    float: left;
    color:#143a83;
}

.clearfix2:after {
    clear: both;
    overflow: hidden;
}
.clearfix2:before, .clearfix2:after {
    content: "";
    display: table;
}
#loginMethod{
    height: 26px;
    padding: 0px 10px;
    background-color: rgba(0, 0, 0, 0);
    color: white;
}
#loginMethod option{
    background-color:rgba(0, 0, 0, 0.5);
    color: black;
}
/* 登录页面的input设置 */
.input-group-addon + input.form-control {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    height:42px;
}
.input-group {
    margin-bottom: 15px;
    height:42px;
}
.input-group .input-group-addon input.form-control {
    background-color: initial !important;
    border: 1px solid #adadad !important;
    border-right: none !important;
}
.input-group-addon{
    background-color: #fff;
}
input.form-control
{
    box-shadow:none !important;
    border-left: none !important;
    webkit-box-shadow:none !important;
}
input.form-control:focus{
    border-color:#ccc;
    webkit-box-shadow:none !important;
    box-shadow:none !important;
}
/* 忘记密码 */
#lab_wjmm{
    color: #adadad;
    float: right;
    font-weight:normal;
    cursor: pointer;
}
.codeimg {
    float: left;
    padding-left: 5px;
}
/* 登录按钮 */
#submit1,#btn_submit
{
    background-color: #3f93f7; 
    border-color: #3f93f7;
    height: 44px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
 /*登陆页面相关样式*/
.loginBox{
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    margin-top:55px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: 微软雅黑;
    float:right;
    padding-left: 58px; 
    padding-right: 58px;
    height:455px;
} 
/* 登录页面的头俩登录方式 */
#rightBox_header{
    text-align: center; 
    margin-top: 40px;
    height:40px;
}
.sp_hearder_items{
    padding-bottom: 10px;
}
.sp_hearder_items_active{
    border-bottom: 2px solid;
    border-bottom-color: #3f93f7;
}
.a_hearder_items
{
    color: #333333; 
    text-decoration:none;
    font-size: 22px; 
    letter-spacing: -0.14px; 
    line-height: 32px; 
    font-weight: bold; 
    padding-left: 20px; 
    padding-right: 20px;
    cursor:pointer;
    font-family:Noto Sans SC;
}
.a_hearder_items_active
{
    color: #3f93f7 !important; 
}
.a_hearder_items_active:hover{
    text-decoration:none;
    color: #3f93f7 !important; 
    cursor:pointer;
}
.a_hearder_items:hover{
    text-decoration:none;
    color: #333333; 
    cursor:pointer;
}
/* ********* */
#leftBox ul{
    position: relative;
    float:left;
    width:340px;
    color:#fff;
    left: 300px;
    top: 186px;
    background-color: rgba(227, 232, 227, 0.1);
    height: 140px;
    list-style:none;
    padding-right: 40px;
}
#leftBox li{
    height:40px;
}
#leftBox .auth_icon_text{
    background-color: rgba(255, 255, 255, .4);
    color:white;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    width:225px;
    float:left;
    text-align: left;
    padding-left: 15px;
}
.auth_icon_qq {
    font-size: 22px;
}
.auth_icon_wx {
    font-size: 20px;
}
.auth_icon_wb {
    font-size: 20px;
}
#leftBox .auth_icon_text:hover{
/*  color:#3D82C5; */
    background-color: rgba(255,255,255,.6);
    cursor:pointer;
}
#leftBox .auth_icon_bg{
    width: 34px;
    background-color: #fff;
    float: left;
    display: block;
    height: 34px;
    font-weight: 500;
}
#logo,#login_box{
    margin-left: auto;  
    margin-right: auto;   
    position: relative;
}
#logo{
    line-height: 20px;
/*  margin-bottom: 20px; */
    margin-top: 15px;
    padding-top: 1px;
    color:orange;
}
label{
    color:white;
}
/* 登录页面总的div */
#login_box{
    margin-right: 13%;
    overflow: hidden !important; 
    z-index: 100;  
    text-align: center;  
    position: relative;
    width: 25%;
    min-width: 480px;
}
.buttons {
    margin-bottom: 10px;
}
/*首页相关样式*/
.navbar-fixed-top{
    background-color: #438eb9;
}
.navbar-brand{
    color:white;
    font-size: 20px;
}
.nav>li>a {
    color: white;
}
#dbyw{
    height: 50px;
    padding-top: 15px;
}
#dropdownMenu1{
    color: white;
    background-color: #438eb9;
    border:none;
}
#loginbyphone, 
#res,
#notice{
    color:white;
}
#loginbyphone:hover,
#res:hover,
#notice:hover{
    color:red;
    cursor:pointer;
    text-decoration: underline;
}
/* 其他登录方式和注册*/
#sp_qtdl,#sp_qtdl1,#sp_qtdl2{
    color:#adadad;
    cursor: pointer;
}
#sp_zc:hover,#sp_qtdl:hover,#lab_wjmm:hover,#sp_qtdl1:hover,#sp_zc1:hover{
    cursor:pointer;
    text-decoration: underline;
}

#sp_zc,#sp_zc1{
    color:#3f93f7;
    float: right;
    cursor: pointer;
}

/* **** */
#codeImg{
    height:33px;
    background-color:white;
}
/* 验证码*/
#verifycode,#verifycode_sj,#txt_yzm{
    width:calc(100% - 90px) !important;
}
/* #footer{
    position: absolute;
    bottom: 10px;
    z-index: 100;
    width: 100%;
    font-size:12px;
    text-align: center;
    background: #000;
    background: rgba(0,0,0,0.70);
    line-height: 25px;
} */
/* 底部*/
#footer{
text-align: center;
width: 100%;
min-width: 970px;
line-height: 50px;
color: #AAA;
/* height:36px; */
height:78px;
/* padding: 10px 0; */
background: #000;
background: #3f93f7;
box-shadow: 0 0 1px ;
clear: both;
padding-top:13px;
position: fixed;
left: 0;
bottom: -1px;
/* z-index:102; */
/* position: fixed;
left: 0;
bottom: -1px;
z-index: 2; */
}
#footer span{
/*     color: #f3f3f3; */
    color: #fff;
/*     font-size: 14px; */
    font-family: 微软雅黑;
    margin: 0px auto;
}
/* 手机验证码*/
#btn_hqyzm{
    background-color:#fff;
    border:1px solid #3f93f7;
    color:#3f93f7;
    width:85px;
    height:41px;
    line-height: 34px;
    padding:0;
}
#btn_hqyzm:hover{
    /* color:red; */
    cursor:pointer;
}