*,html{
	margin:0px;
	padding: 0px;
}
.w1100{
	width: 1100px;
	margin:0px auto;
}
.head{
	padding:10px 0px;
}
.content{
	
	background: #eaf5fe url("../images/bg.png") no-repeat bottom center;
}
.loginbox{
	width: 360px;
	/*padding:45px;*/
	background: #fff;
	box-shadow: 0px 0px 10px #ddd;
	position: absolute;
	top: 50%;
	margin-top: -167px;
	right: 50px;
}
.loginboxcont{
	padding:45px;
	padding-top: 10px;
	height: 275px;
}
.loginbox h4{
	/*margin-top:0px;
	padding-bottom: 15px;*/
	/*border-bottom: 1px solid #ddd;*/
}
.loginbox .input{
	width: 100%;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	border:1px solid #add9fb;
	padding:0px 15px;
	outline: none;
}
.loginbox .inputhalf{
	width: 50%;
}
.loginbox .button{
	width: 100%;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	border:1px solid #6ebcf7;
	background: #6ebcf7;
	color: #fff;

}
.loginfoot{
	color: #999999;
	text-align: center;
	padding: 30px;
}
#myTab a{
	width: 180px;
	border:0px;
	margin:0px;
	text-align: center;
	background: #f4f5f7;
	border-radius: 0px;	
}
#myTab .active a{
	background: #fff;
}
.jieshuo{
	background: #f0f8fe;
	color: #6ebcf7;
	margin-top: 15px;
	line-height: 30px;
	padding-left: 10px;
}