body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,dt,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:12px "微软雅黑","Arial Narrow",HELVETICA;background:#fff;}
a{text-decoration:none}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}

html,body{
	width: 100%;
	height: 100%;
}
.allbody{
	width: 100%;
	height: 100%;
	background: url(../img/login_bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.logincenter{
	width: 55%;
	height: 600px;
	margin: 0 auto;
	background: url(../img/login_box.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -300px;
	left: 50%;
	margin-left: -27.5%;
}
.alllogin{
	width: 87%;
	height: 100%;
	margin: 0 auto;
}
.loginleft ,.loginright{
	width: 50%;
	height: 58%;
	float: left;
	text-align: center;
	margin-top: 10%;
}
.loginleft img{
	padding: 60px 0px 20px 0px;
	display: inline-block;
	width: 150px;
	height: 150px;
	/*float: right;*/
	margin-top: 40px;
}
.write{
	width: 100%;
	height: auto;
	text-align: center;
	color: #73a4c3;
	font-size: 14px;
	line-height: 18px;
	letter-spacing:2px;
	font-weight: bold;
}
.rightcenter{
	padding: 60px 0px 20px 0px;
	margin: 0 60px;
	margin-top: 40px;
}
.rightul{
	width: auto;
	height: auto;
}
.rightul li{
	border: 1px solid #156aa2;
	height: 50px;
	padding: 2px 2px;
	margin-bottom: 25px;
	text-align: left;
}
.rightul li span{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #146495 url(../img/people.png) no-repeat center center;
	background-size: 32px;
	float: left;
}
.rightul li:first-child+li span{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #146495 url(../img/lock.png) no-repeat center center;
	background-size: 30px;
	float: left;
}
.rightul li input{
	display: inline-block;
	width: 75%;
	outline: none;
	border: none;
	height: 50px;
	float: left;
	background: none;
	margin-left: 2%;
	font-size: 18px;
	color: #90dce8;
}
.land{
	width: 100%;
	height: 50px;
	display: inline-block;
	outline: none;
	border: none;
	background: #0091dc;
	color: #aadff4;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 2px;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #FFFFFF !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
@media (max-width: 1200px) {
    .logincenter {
        width: 70%;
        margin-left: -35%;
    }

    .loginleft img {
        width: 100px;
        height: 100px;
    }
    
}
@media screen and (min-width: 778px) and (max-width:1200px) {
    .logincenter {
        width: 80%;
        margin-left: -40%;
    }

    .loginleft img {
        width: 100px;
        height: 100px;
    }
}
@media screen and (min-width: 1200px) and (max-width:1400px) {
    .logincenter {
        width: 80%;
        margin-left: -40%;
    }

    .loginleft img {
        width: 100px;
        height: 100px;
    }
    
    
}
@media screen and (min-width: 1400px) and (max-width:1450px) {
    .logincenter {
        width: 60%;
        margin-left: -40%;
    }

    .loginleft img {
        width: 150px;
        height: 150px;
    }
}






































