
*{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
}
.header{
	width: 100%;
}
.head{
	min-width: 1024px;
	max-width: 1024px;
	width:100%;
	height: 124px;
	margin: 0 auto;
	background: url(../images/login/login_03.png) left center no-repeat;
}
.content{
	width: 100%;
	background: url(../images/login/login_07.png) repeat-x;
}
.con{
	min-width: 1024px;
	max-width: 1024px;
	width: 100%;
	height: 650px;
	background: url(../images/login/login_09.png) no-repeat;
	margin: 0 auto;
	position: relative;
}
.login{
	width: 356px;
	height: 360px;
	background: url(../images/login/login_12.png);
	position: absolute;
	top: 178px;
	right: 0;
}
h3{
	width: 100%;
	height: 86px;
}
label{
	display: block;
	height: 50px;
	width: 300px;
	margin: 0 30px;
	width: 296px;
	/*font-size: 0;*/
}
label.bor{
	border: 1px solid #c9c5c1;
	background: #FBFBFB;
	border-radius: 5px;
	margin-bottom: 30px;
}
label input{
	height: 99%;
	width: 251px;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	background: #fbfbfb;
	overflow: hidden;
	display: inline-block;
	zoom:1;
	border-radius: 5px;
	float: left;
	padding-left: 3px;
	color: #666;
	outline: none;
}
label span{
	border-radius: 5px;
	float: left;
	display: inline-block;
	width: 40px;
	height: 100%;
	background:#fbfbfb url(../images/login/login_14.png) center center no-repeat;
}
.p{
	background: url(../images/login/login_14-03.png) center center no-repeat;
}
label img{
	vertical-align: middle;
	display: inline;
	margin-top: 10px;
	float: left;
}

.loginfu{ position:relative;}
input[type="submit"]{
    background:url(../images/login/login_24.png) center center no-repeat;
    text-indent: 100em;
    width: 147px;
	line-height:50px;
	position:absolute;
	left:0;
	top:0;
	display:inline;
}
input[type="reset"]{
    background:url(../images/login/login_26.png) center center no-repeat;
    text-indent: 100em;
    width: 147px;
	height:50px;
	position:absolute;
	right:0;
	top:0;
	display:inline;
}
.ts{
	color: red;
	line-height: 50px;
	padding-left: 30px;
}
.footer{
	min-width: 1024px;
	max-width: 1024px;
	width: 100%;
	height: 108px;
	margin: 0 auto;
	line-height: 90px;
	text-align: center;
	clear:both ;
	color: #555;
}

@media all and (max-width:1366px){
.head{
	height: 70px;
	background: url(../images/login/login_03.png) left center no-repeat;
}
.content{
	background: url(../images/login/login_011.png) repeat-x;
}
.con{
	height: 450px;
	background: url(../images/login/login_22.png) no-repeat;
}
.login{
	width: 356px;
	height: 360px;
	background: url(../images/login/login_12.png);
	position: absolute;
	top: 48px;
	right: 300px;
}
.footer{
	height: 35px;
	line-height: 70px;
}

}
