/*
 * 通用
 */
html {
	position: relative;
	min-height: 100%;
}
body {
	margin: 0;
	padding: 0;
	min-width: 1200px;
	width: 100%;
	margin-bottom: 60px;
	/*height: 2000px;*/
	/*background: #e5ebf4 url(../images/bg02.jpg) no-repeat center bottom;*/
}
* {
	padding: 0;
	margin: 0;
	font-family: Microsoft YaHei, arial, SimHei, serif, Baskerville, Georgia;
}
#header .navbar-left ,
#header .navbar-nav > li > a ,
#banner .blink a ,
.lightspot .lightspot-img ,
.space .space-title {
	transition: all .2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
a {
	cursor: pointer;
	/*color: #333;*/
	color: #0D6DAD;
	text-decoration: none;
}
a:hover, a:focus {
	/*color: #333;*/
	text-decoration: underline;
}
input {
	outline: none;
}
ol, ul {
	list-style: none;
}
iframe {
	border: none;
	margin: 0;
	padding: 0;
	marginwidth: 0;
	marginheight: 0;
	frameborder: no;
	scrolling: no;
	allowtransparency: yes;
}
.form-group {
	position: relative;
}
.bootbox .modal-dialog {
	top: 30%;
}
.aaa {box-shadow: 0 0 1px red;}
.bbb {box-shadow: 0 0 1px green;}
.wrapper {
	position: relative;
	display: block;
	width: 1200px;
	height: 100%;
	/*padding-right: 15px;
    padding-left: 15px;*/
	margin-right: auto;
	margin-left: auto;
}
.wrapper:after {
	display: table;
	content: " ";
	clear: both;
}

/*
 * 顶部
 */
#header {
	position:fixed;
	top:0px;
	left:0;
	width:100%;
	height:60px;
	color:#fff;
	background-color: rgba(0,0,0,0.3);
	z-index:999;
}
#header .navbar-left {
	font-size: 22px;
	/*line-height: 60px;*/
	margin-top: 5px;
	color: #FFFFFF;
}
#header .navbar-left img {
	width: 50px;
	height: 48px;
	margin-right: 8px;
}



/*
 * 登录
 */
#login {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url(/images/loginbg-416e3bd5a26908facb2fb213b99eae78.jpg) no-repeat center;
}
.login {
	position: relative;
	padding: 0 30px;
	width: 450px;
	height: 490px;
	top: 50%;
	left: 50%;
	transform: translate(24%, -50%);
	-webkit-transform: translate(24%, -50%);
	-moz-transform: translate(24%, -50%);
	-ms-transform: translate(24%, -50%);
}
.login > h2 {
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px;
	font-size: 30px;
	color: #FFFFFF;
}

.login ul.row {}
.login ul.row li {
	width: 40%;
	margin: 0 5%;
	cursor: pointer;
	margin-bottom: 20px;
}
.login ul.row li > div {
	padding: 10px 0;
	margin-bottom: 15px;
	text-align: center;
	background-color: rgba(13, 109, 173, 0.4);
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.login ul.row li > div img {
	width: 100px;
	height: 100px;
}
.login ul.row li p {
	text-align: center;
	color: #FFFFFF;
}





/* 账号登录 */
#loginAccount {
	padding-top: 30px;
}
.login .form-group {
	margin-bottom: 50px;
}
.login .form-group #getpwd{
	margin-top: -35px;
	color: white;
}
.login .form-group #getpwd a{
	color: white;
	text-decoration: none;
}
.login .input-group {
	height: 50px;
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.3);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.login .input-group-addon {
	padding-left: 20px;
	padding-right: 15px;
	font-size: 20px;
	color: #FFFFFF;
	border: none;
	background-color: transparent;
}
.login .form-control {
	height: 50px;
	border: none;
	box-shadow: none;
	color: #fff;
	background-color: transparent !important;
}
.login .has-error .form-control:focus {
	box-shadow: none;
	background-color: transparent;
}
.login .form-control-feedback {
	top: 10px;
}
.login  #captcha{
	width: 270px;
}
.login #imgCode {
	margin-top: 13px;
}
.login label {
	font-weight: normal;
}
.login #submitbtn {
	/*margin: 0 125px;*/
	width: 200px;
	height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #0D6DAD;
}

/*
	底部备案
*/
.footer {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
}
.footer p {
	color: #888;
}
