@charset "utf-8";

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
ul li,ol li,li{
	list-style:none;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
.clearfix{
	clear:both;
}
.clearfix:after,.clearfix:before{
	content: " ";
    display: table;
}
.m-l-lg{margin-left:30px;}
.m-l{margin-left:20px;}
.m-l-md{margin-left:15px;}
.m-l-sm{margin-left:10px;}
.m-l-xs{margin-left:5px;}
.m-t-lg{margin-top:30px;}
.m-t{margin-top:20px;}
.m-t-md{margin-top:15px;}
.m-t-sm{margin-top:10px;}
.m-t-xs{margin-top:5px;}
.m-r-lg{margin-right:30px;}
.m-r{margin-right:20px;}
.m-r-md{margin-right:15px;}
.m-r-sm{margin-right:10px;}
.m-r-xs{margin-right:5px;}
.m-b-lg{margin-bottom:30px;}
.m-b{margin-bottom:20px;}
.m-b-md{margin-bottom:15px;}
.m-b-sm{margin-bottom:10px;}
.m-b-xs{margin-bottom:5px;}
html{
	height:100%;
}
body{
	font-family:'Microsoft YaHei';
	font-size:12px;
	background-color: #fff;
	min-width:1200px;
	height:100%;
}
.login-wrap{
	height:100%;
	min-height:768px;
	position:relative;
	background-image: -webkit-gradient(linear,left top, left bottom, color-stop(0, #181958),color-stop(1, #106c95)); /* Saf4+, Chrome */
}
input,textarea,select,button{
	font-family:'Microsoft YaHei';
}
.header{
	height:80px;
	overflow: hidden;
	box-shadow: 0 2px 0 #1C3068;
}
.header .content{
	width:1200px;
	margin:0 auto;
}
.header .header-logo{
	height:80px;
	min-width: 150px;
	display: inline-block;
	padding-left:36px;
	float: left;
}
.header .header-logo img{
	height: 100%;
	width: 140px;
	height:40px;
	margin-top:20px;
}
.header .header-alt{
	height:50px;
	width:223px;
	line-height:30px;
	margin:17px 0 0 20px;
	padding:20px 0 0 20px;
	border-left: 1px solid #ffffff;
	display: block;
	background: url(../img/logo-word.png) no-repeat 20px 10px;
	float:left;
}
.header .header-tools{
	color: #c5c5c5;
	font-size: 14px;
	line-height: 78px;
	display: block;
	float: right;
	padding-right: 10px;
}
.w1000{
	width:1000px;
	margin: 0 auto;
}
.cont{
	position:relative;
	height: 470px;
	background-image: url(../images/cont-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.cont-left{
	width: 600px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 0px;
	bottom: 0px;
	background-image:url(../images/banner.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:80%
}
.cont-right{
	position:absolute;
	width: 600px;
	left: 50%;
	bottom:54px;
}

.login-box{
	width: 340px;
	min-height: 340px;
	background-color: #fff;
	margin: 0 auto ;
	padding:20px 20px;
}
.login-box .l-title{
	font-size: 18px;
	color: #555;
	line-height: 2;
	font-weight: 400;
	letter-spacing:2px;
}
.login-box .l-body{
	margin-top: 20px;
}
.login-box .l-body .form-group{
	height:44px;
	margin-bottom: 20px;
	position: relative;
}
.login-box .l-body .form-group i,.ibox-body .form-group i{
	position:absolute;
	height: 30px;
	width:30px;
	top:5px;
	left: 2px;
	background-image: url(../images/icon-code.png);
	background-repeat: no-repeat;
	
}
.login-box .l-body .form-group i.user,.ibox-body .form-group i.user{
	background-position: 0 0;
}
.login-box .l-body .form-group i.psd,.ibox-body .form-group i.psd{
	background-position: -30px 0;
}
.login-box .l-body .form-group i.code,.ibox-body .form-group i.code{
	background-position: 0 -30px;
}
.login-box .l-body .form-group .form-control{
	height: 40px;
	display: block;
	width: 100%;
	border:none;
	color: #333;
	font-size: 16px;
	border: 1px solid #ccc;
	padding-left: 40px;
	
}

.btn{
	padding:10px 20px;
	text-align: center;
	width: 100%;
	font-size: 16px;
	letter-spacing: 2px;
	cursor: pointer;
}
.btn-primary{
	background-color: #0d9aff;
	border:1px solid #0d9aff;
	color: #fff;
}
.btn-primary:hover{
	background-color: #2e7dde;
}
.btn-warning{
	background-color: #ed822c;
	border:1px solid #ed822c;
	color: #fff;
}
.btn-warning:hover{
	background-color: #ed6c2c;
}
.btn-danger{
	background-color: #e42e19;
	border:1px solid #e42e19;
	color: #fff;
}
.btn-danger:hover{
	background-color: #ca1500;
}
.footer{
	position:absolute;
	bottom:0px!important;
	width:100%;
	text-align: center;
	color: #cccccc;
	font-size: 14px;
	line-height: 2;
	padding:6px;
	height:65px;
	background:#323232;
}
.blue-bg{
	background-color: #34bfbe;
	background-image: none;
	
}
.blue2-bg{
	background-image: none;
	
}
.blue-bg .form-focus{
	border:2px solid #ed822c !important;
}
.footer a{
	color:#cccccc;
}
.footer a:hover{
	color:#28d0e9;
}
/*登录页2*/
.m-cont{
	border-top:3px solid #e42e19;
	background: #fff url(../images/silh.png) left bottom repeat-x;
	min-height: 500px;
}
.ibox{
	width: 400px;
	margin: 130px auto;
}
.ibox .ibox-title{    
	color: #666;
    font-size: 24px;
    letter-spacing: 2px;
    overflow: hidden;
    padding: 0 30px 30px;
    text-align: center;
}
.ibox .ibox-body{
	margin: 20px auto;
}
.ibox-body .form-group{
	margin-bottom: 20px;
	position:relative;
}
.ibox-body .form-group .form-control{
	border: 1px solid #ccc;
	height: 46px;
	width: 100%;
	font-size: 16px;
	line-height: 44px;
	padding:0 0 0 20px;
}
.ibox-body .form-group i + .form-control{
	padding-left:40px;
}
.cpoy-r{
	text-align: center;
	padding:20px 0;
	font-size: 14px;
	line-height: 2;
	color: #fff;
}
.red-bg{
	background-color: #e42e19;
}
/*登录3*/
.msPic{
	position: fixed;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	background: #ded9d5 url(../images/msPic.jpg) 0 0 no-repeat;
	background-size: auto 100%;
	z-index:-1;
}
.logo-fix{
 	top: 50px;
	left:50px;
	position: fixed;
	z-index: 10;
}
.logo-fix img{
	max-width: 200px;
	max-height: 200px;
}
.log-nr{
	bottom:30%;
	right: 35%;
	position: fixed;
	background: url(../images/nr.png) center center no-repeat;
	width: 350px;
	height: 210px;
}
.login-fixed{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 32.5%;
	background-color: #fff;
	min-width: 400px;
}
.login-fixed .ibox{
	width: 350px;
}
#login-prompt{
	color:#FF3636;
	margin:5px 0 -18px 0;
	min-height:38px;
	font-size:13px;
}
@media (min-height:650px) {
	.footer {
		position:fixed;
		bottom:10px;
		width:100%;
	}
}