html body{ height:100%; overflow:hidden;}
body {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
    float: left;
}

img {
    display: block;
    max-width: 100%;
    border: none;
}

.boot{ width:100%; height:100%; min-height:768px;background:url(../imgeas/img/index-bg.jpg) no-repeat center;}
.boot-centent{ margin:0 auto; padding-top:5%; width:645px; height:387px;}
.boot-logo{ margin:0 auto; padding:5% 0;}
.boot-logo img{ margin:0 auto;}
.boot-centent p{ text-align:center; font-size:12px; color:#334996; width:70%; margin:0 auto;}
.boot-font{ width:100%;}
.boot-font img{ margin:0 auto; padding:5% 0;}
.boot-login{ width:100%;}
.boot-login img{ margin:0 auto;}
.boot-wapbg{ display:none;}
@media screen and (max-width:1080px) {
	html body{ width:100%; overflow:hidden; height:100%;}
	.boot{ width:100%; min-height:1920px; height:100%; max-height:100%;/*background:url(../imgeas/img/wap_indexbg.jpg) no-repeat top; background-size:cover;*/ background:none; position:relative;}
	.boot-centent{ margin:0 auto; padding-top:35%; width:90%; height:100%;}
	.boot-logo{ margin:0 auto; padding:5% 0;}
	.boot-logo img{ margin:0 auto;}
	.boot-centent p{ text-align:center; font-size:12px; color:#334996; width:80%; margin:0 auto;}
	.boot-font{ width:90%; margin:0 auto;}
	.boot-font img{ margin:0 auto; padding:5% 0;}
	.boot-login{ width:90%; margin:0 auto}
	.boot-login img{ margin:0 auto;}
	.boot-wapbg{ display:block; position:absolute; left:0; z-index:-1; width:100%; height:100%;}
	.boot-wapbg img{ width:100%; height:100%;}
}