@CHARSET "UTF-8";
body{
	background-color: #3f89ec;
	padding: 0;
	margin: 0;
	font-family: Microsoft yahei;
	font-size: 14px;
	color: #333;
}
.topheader{
	height: 80px;
	width:100%;
	background-color: #fff;
	ma
}
.nav{
	width: 1200px;
	height:80px;
	margin: 0 auto;
}
.nav > img{
	width: 470px;
	height: 52px;
	margin: 14px auto 14px 0;
}
.beijing{
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	min-height: 670px;
}
.content{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.login-box{
	width: 350px;
	height: 380px;
	background-color: #fff;
	margin: 120px 60px auto auto;
	float: right;
}
.login-c{
	margin: 25px;
	width: auto;
	height:auto;
}
.login-c .login_form p {
    background:#fff;
    border-radius: 4px;
    width:292px;
}

.login-titel{
	font-size: 16px;
	font-weight: bold;
	color: #3f89ec;
	line-height: 30px;
}
input{
	width: 278px;
	height: 40px;
	border: 1px solid #ddd;
	margin-top: 20px;
	padding: 0 10px;
}
.login-links{
	width:300px;
	height: 14px;
	margin-top: 25px;
}
.link-one{
	color: #666;
}
.link-two{
	color: #08c;
	float: right;
}
input.checkbox{
	width:16px;
	height:16px;
	margin:0;
	padding:0;
}
.b-submit{
	height: 42px;
	width: 300px;
	background-color: #3e99ff;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
}
.footer{
	background-color: #fff;
	min-height: 100px;
	padding-top:30px;
}
.footer-text{
	width:1200px;
	height: auto;
	display: block;
	text-align: center;	
	margin: auto;
}