@charset "utf-8";
/* CSS Document */

.login-top .w1200,.login-main .w1200{
	margin:0 auto;
	height:100%;
}
.login-top{
	height:100px;
}
.login-main{
	height:490px;
	background-color:#17708d;
}
.login-main .w1200{
	background: url(../img/login-banner.png) left top no-repeat;
}
.top-info,.language{
	margin-top:50px;
}
.top-info li{
	display: inline-block;
}
.top-info li a:link,.top-info li a:visited,.language a:link,.language a:visited{
	color:#666;
	text-decoration:none;
}
.top-info li a:hover,.language a:hover{
	color:#999;
	text-decoration:none;
}
.line{
	margin:auto 5px;
}
.language{
	margin-right:20px;
}
.language a{
	margin-right:10px;
}
.cn-switch,.en-switch{
	padding-left:32px;
}
.cn-switch{
	background:url(../img/cn.png) left center no-repeat;
}
.en-switch{
	background:url(../img/en.png) left center no-repeat;
}
.copyright{
	text-align:center;
	margin-top:100px;
}
.login-box{
	width:280px;
	margin:50px 80px auto auto;
}
.login-box h2{
	font-size:26px;
	font-family: "微软雅黑" Arial, Helvetica, sans-serif;	
	color:#fff;
}
.user input,.pw input,.btn-login{
	border-radius:4px;
	height:40px;
	line-height:40px;
}
.user input,.pw input{
	width:235px;
	font-size:14px;	
	color:#999;
	background-color:#fff;
	padding-left:45px;
}
.btn-login{
	color:#fff;
	font-size:18px;
	font-family: "微软雅黑" Arial, Helvetica, sans-serif;	
	width:280px;
	margin-top:20px;
	background-color: #d51921;
	cursor:pointer; 
}
.btn-login:hover{ background-color:#d52a31;}
.user{
	margin-top:50px;
	position:relative;
}
.pw{
	margin-top:10px;
	position:relative;
}
.user-icon,.pw-icon{
	display: block;
	width:40px;
	height:40px;
	position:absolute;
	left:5px;
	top:0;
}
.user-icon{ background:url(../img/login-user.png) center center no-repeat;}
.pw-icon{ background: url(../img/login-pw.png) center center no-repeat;}
.login-box a{ color:#fff; text-decoration:none; text-align:center; margin-top:30px;}






