* {
	margin: 0px;
	position: relative;
	box-sizing: border-box;
}

.page {
	width: 1024px;
	margin: auto;
	
}

.menu .menu_item {
	margin-left: 25px;
	font-size: 18px;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
}

a {
	text-decoration: none;
	color: #000;
}

.menu .active {
	color: #ff0000;
}

.barnner {
	width: 100%;
}

.login {
	margin-top: 100px;
	width: 100%;
	height: 300px;
	background-color: cornflowerblue;
	min-width: 1024px;
}

.login .back-box {
	position: absolute;
	width: 100%;
	height: 50px;
	min-width: 1024;
	background-color: #fff
}

.login .title-box {
	border: 1px solid #ccc;
	border-radius: 10px;
	width: 400px;
	height: 350px;
	background-color: #fff;
	margin: auto;
	padding: 5px;

}

.login .title {
	text-align: center;
	height: 45px;
	border-radius: 10px;
	background-color:
		cornflowerblue;
	color: #fff;
	font-size: 18px;
	padding-top: 10px;
	box-sizing: border-box;
	
}

.footer{ 	
	text-align: center;
	background-color: #000;
	color: #fff;
}


.list-item{ border: #ccc 1px solid;margin-top: 20px; }

.list-image-item img{ width: 246px;}