body {
	background-color: #ECECEB;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.input {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	padding-left: 4px;
}

.header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 76px;
	margin-top: 30px;
}
.header .logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 52px;
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
}
.banner {	
	height: 191px;	
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-radius:4px;
}
.rightBody {
	position: static;
	width: 318px;
	right: 0px;
	margin-left: 530px;
	margin-top: -260px;
}
.rightBody .menu {
	text-align: center;
	line-height: 30px;
	margin-bottom: 8px;
}
.loginBlack {
	background-color: #FFF;
	width: 100%;
	border: 1px solid #C7C7C6;
	border-radius:4px;
	height: 400px;
}
.footer {
	text-align: center;
	line-height: 60px;
	margin-top: 60px;
	color: #999;
	background-color: #F1F1EE;
}
.i {
	background-image: url(../images/i.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	color: #666;
	line-height: 20px;
}
.syste_ico {
	margin-top: -150px;
}
.alert {
	background-color: #FFFBF2;
	border: 2px solid #FFDBAB;
	background-image: url(../images/ico.gif);
	background-repeat: no-repeat;
	background-position: 6px -40px;
	padding-left: 28px;
	line-height: 20px;
	height: 20px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	color: #666;
	font-weight: bold;
}
ul li{
	float:left;
}
.menu{
	width: 100%;
    display: flex;
}
.langDiv {
}
.langDiv ul {
	visibility: hidden;
	position: absolute;
	background-color: #FFF;
	z-index: 99999;
	border: 1px solid #85AFDA;
	padding: 4px;
	margin-left: -6px;
	margin-top: -2px;
	float: left;
}
.langDiv:hover ul {
	visibility: visible;
}
.langDiv ul li {
	float: left;
	display: block;
	clear: both;
	background-color: #FFF;
	background-image: none;
	width: 60px;
	text-align: center;
}