/*固定资产登录首页相关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;
}
/* #logoImage{ */
/* 	position:relative; */
/* 	top:30px; */
/* 	margin-left:100px; */
/* 	height:200px; */
/* 	z-index: 100; */
/* 	padding-top: 40px; */
/*     color: white; */
/*     font-size: 26px; */
/*     text-align: left; */
/*     padding-left: 330px; */
/*     font-weight: bold; */
/* } */
.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-group-addon + input.form-control {
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}
.input-group {
	margin-bottom: 15px;
}
.codeimg {
	float: left;
    padding-left: 5px;
}
/*登陆页面相关样式*/
.loginBox{
	width: 26%;
	min-width: 360px;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: 微软雅黑;
    float:right;
    padding-left: 58px;
    padding-right: 58px;
}
.tzggBox{
	width: 40%;
	height:35%;
	margin-top:3%;
	min-width: 400px;
	min-height:300px;
    background-color: rgba(138, 137, 138, 0.38);
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: 微软雅黑;
    float:right;
    padding-left: 58px;
    padding-right: 58px;
}
.sp_tzgg{
	font-size: x-large;
	text-align: left;
	margin-bottom: 10px;
	font-family: 华文行楷;
}
.tzgg{
	height:30px;
	border-bottom: 1px dashed #dddddd;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 30px;
}
.tzgg_center{
	font-size:17px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 68% ;
}
.tzgg_right{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 30%;
}
#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{
	padding-top:7%;
	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;
}
#login_box{
	width:75%;
	overflow: hidden !important; 
	z-index: 100;  
	text-align: center;  
	position: relative;
	margin: 0 10% 0 8%;
}
.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;
}
#ForgetPwd{
	color:white;
}
#ForgetPwd:hover{
	color:red;
	cursor:pointer;
	text-decoration: underline;
}
#codeImg{
	height:33px;
	background-color:white;
}
#verifycode{
	width:calc(100% - 73px) !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: 18px;
color: #AAA;
padding: 10px 0;
background: #000;
background: rgba(0,0,0,0.70);
box-shadow: 0 0 1px rgba(0,0,0,0.40);
clear: both;
position: fixed;
left: 0;
bottom: -1px;
z-index: 2;
}
#footer span{
/*     color: #f3f3f3; */
    color: #AAA;
/*     font-size: 14px; */
    font-family: 微软雅黑;
    margin: 0px auto;
}
#btn_hqyzm{
	color:#337AB7;
	text-decoration: underline;
	line-height: 34px;
    padding-left: 5px;
}
#btn_hqyzm:hover{
	color:red;
	cursor:pointer;
}