@media (min-width: 1200px) {
	.col-lg-30pct {
		float: left;
	}
	.col-lg-30pct {
		width: 30%;
	}
	.col-lg-pull-30pct {
		right: 30%;
	}
	.col-lg-push-30pct {
		left: 30%;
	}
	.col-lg-offset-30pct {
		margin-left: 30%;
	}

	.col-lg-70pct {
		float: left;
	}
	.col-lg-70pct {
		width: 70%;
	}
	.col-lg-pull-70pct {
		right: 70%;
	}
	.col-lg-push-70pct {
		left: 70%;
	}
	.col-lg-offset-70pct {
		margin-left: 70%;
	}

}
@media (min-width: 992px) and (max-width: 1199px) {
	.col-md-30pct {
		float: left;
	}
	.col-md-30pct {
		width: 30%;
	}
	.col-md-pull-30pct {
		right: 30%;
	}
	.col-md-push-30pct {
		left: 30%;
	}
	.col-md-offset-30pct {
		margin-left: 30%;
	}

	.col-md-70pct {
		float: left;
	}
	.col-md-70pct {
		width: 70%;
	}
	.col-md-pull-70pct {
		right: 70%;
	}
	.col-md-push-70pct {
		left: 70%;
	}
	.col-md-offset-70pct {
		margin-left: 70%;
	}
}

html{
	margin:0;
	height:100%;
}
body{
	margin:0;
	padding-top:20px;
	height:100%;
/* 	font-family:'微软雅黑 Light'; */
}
.bg{
	background-image:url(../images/welcome.jpg);
	background-repeat:no-repeat;
	background-size:700px 416px;
	background-position:30% 45%;
}

@media (max-width: 768px) {
.bg{
	background-image:none;
}
}

.login_box{
	height:500px;
	background:#fff;
	border:1px solid #ccc;
	padding:25px;
}
.blank_row_1{
	height:15%;
}
.blank_row_2{
	height:9%;
}
.logo_row{
	height:15%;
}
.system_en_name_row, .system_cn_name_row{
	height:10%;
}
.login_name_row, .login_password_row, .login_button_row, .login_valistr_row{
	height:10%;
}
.error_row{
	height:5%;
}

.logo_1{
	height:40px;
	display:table-cell;
	vertical-align:top;
	text-align:left;
}
.logo_2{
	width:60%;
	height:70px;
	background-repeat:no-repeat;
	background-size:135px 135px;
	background-position:10px -40px;
}
.system_en_name_row{
	font-family:"Candara", "Franklin Gothic Book", "Calibri";
	font-size: 36px;
	line-height:36px;
	color:#83BA1E;
	font-weight:700;
}
.system_en_name_row > sup{
	vertical-align: super;
	font-family:"Tahoma";
	font-size: 6px;
	line-height:6px;
	color:#333;
	font-weight:400;
}
.system_cn_name_row{
	font-size: 28px;
	line-height:36px;
	color:#000;
/* 	font-weight:700; */
	font-family:"微软雅黑 ";
}
.error_row{
	font-family:"微软雅黑";
	font-size:14px;
	line-height:14px;
	color:red;
}
.login_name_row > input{
	width:100%;
	height:32px;
	line-height:32px;
	padding-left:10px;
	padding-right:10px;
	border-radius:3px;
	border:1px solid #ccc;
}
.login_password_row > input{
	width:100%;
	height:32px;
	line-height:32px;
	padding-left:10px;
	padding-right:10px;
	border-radius:3px;
	border:1px solid #ccc;
}
.login_valistr_row img{
	margin-left: 4%;
}
.login_valistr_row > input{
	width:55%;
	height:32px;
	line-height:32px;
	padding-left:10px;
	padding-right:10px;
	border-radius:3px;
	border:1px solid #ccc;
}
.login_button_row > input{
	width:20%;
	height:32px;
	line-height:28px;
	background:#337AB7;
	color:#fff;
	border-radius:4px;
	border:none;
}
.reset{
	background:#fff;
	color:#337AB7;
}

.footer{
	background:#F7F7F7;
	width:100%;
	height:80px;
	color:#000;
	font-size:10px;
}
.footer{
	position:fixed;
	bottom:0;
}
.footer > .container{
	
}
.about{
	height:20px;
	line-height:10px;
	padding-bottom:6px;
	border-bottom:1px solid #ccc;
}
.copyright_box{
	padding-top:6px;
}
.copyright{
	padding:0;
	text-align:left;
}
.moreinfo{
	padding:0;
	text-align:right;
}
.moreinfo > a{
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
.moreinfo > a:link{
}
.moreinfo > a:hover{
}
.moreinfo > a:active{
}
.moreinfo > a:visited{
}