body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	min-width: 990px;
	min-height: 750px;
    position: relative;
}
a{
	text-decoration: none;
}
ul li{
	list-style: none;
}
.pesZC{
	background: url(../image/web/pesbeijng.png) no-repeat;
	-webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.pesLogin{
	position: absolute;
	width: 200px;
	top: 50px;
	left: 70px;
}
.pesLogin img{
	width: 100%;
}
.loginCenter{
	width: 760px;
	height: 710px;
	position: absolute;
	left: 50%;
	margin-left:-380px;
	top: 50%;
	margin-top: -355px;
	background: #FFFFFF;
	border: 1px solid #E4EBF2;
	border-radius: 8px;
	
}
.loginTitle{
	width: 100%;
	height: 64px;
	line-height: 64px;
	border-bottom: 3px solid #F6F6F6;
	overflow: hidden;
	
}
.loginTitle img{
	width: 40px;
	height: 62px;
	margin-left: 35px;
	margin-top: -3px;
	float: left;
}
.loginTitle .loginText{
	float: left;
	margin-left: 22px;
	color: #727272;
	font-weight: 600;
	font-size: 20px;
	
}
.loginTitle .titleTip{
	color: #21CF34;
	float: left;
	font-size: 24px;
	margin-left:280px;
}
.loginTitle .backBtn{
	float: right;
	width:110px;
	height:32px;
	line-height:32px;
	margin-right:30px;
	margin-top:16px;
	background:#EB6100;
	text-align:center;
	color:#ffffff;
	border-radius: 4px;
}
.group{
	height: 30px;
	line-height:30px ;
	margin-bottom: 20px;
}
.group:first-child{
	margin-top: 40px;
}
.group .labelName{
	margin-left: 40px;
	width: 120px;
	display: inline-block;
	color: #5A5A5A;
	font-size: 16px;
	text-align:center;
}
.group input{
	width: 360px;
	height: 30px;
}
.group select{
	width: 360px;
	height: 30px;
}
.group .errorText{
	width: 200px;
	display: inline-block;
	color: #FE0909;
	font-size: 13px;
	margin-left: 10px;
}
.buttonBox{
	width: 100%;
	text-align: center;
}
.buttonBox .register{
	display: inline-block;
	width: 190px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	margin:30px auto 0 auto;
	background: #EB6100;
	color: #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
    letter-spacing: 2px;
}
@media only screen and (max-width: 1280px) { 
	.loginCenter{
		margin-top: -330px;
	}
	.pesLogin{
		width: 160px;
		top: 30px;
    	left: 45px;
	}
	
}

@media only screen and (max-width: 1152px) {
	.loginCenter{
		width: 700px;
		margin-top: -330px;
		margin-left:-350px;
	}
	.group input {
	    width: 300px;
	    height: 30px;
	}
	.group select {
	    width: 300px;
	    height: 30px;
	}
} 
@media only screen and (max-width: 1024px) {
	.loginCenter{
		width: 640px;
		margin-top: -330px;
		margin-left:-310px;
		
	}
	.group input {
	    width: 240px;
	    height: 30px;
	}
	.group select {
	    width: 240px;
	    height: 30px;
	}
	.pesLogin{
		width: 140px;
		top: 30px;
    	left: 45px;
	}
} 



