@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
body .container-fluid {
	margin: 0px;
	padding: 0px;
	background: #f3f3f4;
}  	
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

header {
	display: block;
	width: 100%;
	background: #233646;
	line-height: 48px;
	height: 48px;
	padding: 0 12px;
	margin: 0 auto;
}

header .logo img {
	width: 40px;
}

footer {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	line-height: 24px;
	color: #666;
}

footer a {
	color: #666;
}

.domain_name {
	color: #999;
}


.index_about {
	position:absolute;
	display: block;
	width: 100%;
	left: 0px;
	bottom: 0px;
}
.index_about, .index_about .row-fluid {
	padding: 0px;
	margin: 0px;
}
.index_about .span12 {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	text-align: center;
	color: #ccc;
}
.index_from {
	width: 100%;
	height: 100%;
	position: fixed;	
	left: 0px;
	top: 0px;
	text-align: center;
	margin-bottom: 50px;
}
.index_from .midheight100 {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 1px;	
	vertical-align: middle;
}
.index_from .mainfrom {
	position: relative;
	display: inline-block;
	vertical-align: middle;	
	padding-bottom: 16%;
}
.index_from .index_logo , .index_from .index_from_line {
	display: block;
}
.index_from .index_logo {
	margin: 24px 0px;
	text-align: center;	
}
.index_from .index_logo img {
	border: 0px;
	margin: 0px;
	padding: 0px;	
}
