.clear{
	clear :both;
	overflow: hidden;
}
body{
	padding: 0px;
	margin: 0px;
}
.login_top{
	width: 100%;
	height: 118px;
	/*background: red;*/
	padding-top: 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.all_login{
	/*width: 1330px;*/
	margin: auto;
}
.login_left{
	float: left;
}
.login_logo{
	float: left;
	margin-left: 15px;
	margin-top: 20px;
}
.login_right{
	float: left;
	/*width: 1200px;*/
	width: 90%;
}
.login_list{
	float: right;
	margin-top: 25px;
}
.login_list li{
	display: inline-block;
	text-align: center;
	padding: 10px;
	color: #434242;
	font-size: 14px;
    line-height: 10px;
}
.login_list li a{
	color: #434242;
	text-decoration: none;
}
.login_list .sitemap,.login_list .sitemap a{
	width: 91px;
	height: 30px;
	color: #fff;
	background: #11629a;
}

.loginmain{
	width: 100%;
	height: 810px;
	background: url(../images/login.jpg);
}
.area{
	/*width: 1200px;*/
	margin: auto;
}
.logincontent{
	float: right;
	width: 349px;
	height: 374px;
	background: #fff;
	margin-top: 189px;
	margin-right: 20px;
}
.welcomeTitle {
	width: 100%;
	height: 62px;
	font-size: 24px;
	line-height: 62px;
	letter-spacing: 0px;
	color: #4a4a4a;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}
.inputText {
	width: 299px;
	height: 50px;
	background-color: #f0f0f0;
	margin-top: 27px;
	margin-left: 27px;
}
.inputText input{
	width: 299px;
	height: 50px;
	border: none;
	background-color: #f0f0f0;
	padding: 10px;
	outline: none;
	font-size: 14px;
	color: #4a4a4a;

}
.inputPassword{
	margin-top: 18px;
}
.loginStatus{
	float: left;
	width: 16px;
	height: 17px;
	margin-left: 25px;
}
.loginSetting{
	margin-top: 40px;
	font-size: 14px;
	color: #4a4a4a;
}
.loginStatus input {
	width: 16px;
	height: 17px;
}
.loginStatusContent{
	float: left;
	line-height: 24px;
	margin-left: 5px;
}
.reginsterLink{
	float: right;
	margin-right: 23px;
}
.reginsterLink a,.forgetLink a{
	color: #4a4a4a;
	text-decoration: none;
}
.loginSubmit {
	width: 299px;
	height: 44px;
	background-color: #74b8ce;
	margin: auto;
	margin-top: 10px;
}
.forgetLink{
	width: 299px;
	height: 12px;
	margin: auto;
	margin-top: 18px;
	font-size: 14px;
	color: #4a4a4a;
	text-align: right;
}
.loginSubmit input{
	width: 299px;
	height: 44px;
	background: #74b8ce;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 44px;
	border: none;

}