.head {
	/*margin: auto;*/
	text-align: left;
	background: url('../../img/new/head1.jpg') no-repeat;
	background-size: 100% 178px;
}

.head h1 {
	color: #fff;
	letter-spacing: 8px;
	font-size: 40px;
	line-height: 178px;
	text-align: center;
}

.main {
	background: url('../../img/new/main.jpg') no-repeat;
	padding: 46px 0px 50px 0px;
	background-size: cover;
}

.container {
	position: relative;
	width: 950px;
	margin: 0 auto;
	z-index: 3;


}

.login {
	/* margin-top: 210px; */
	overflow: hidden;
}

.login ul {
	width: 100%;
	height: auto;
}

.login ul li:nth-child(odd) {
	float: left;
	/* margin-right: 195px; */
}
.login ul li:nth-child(even) {
	float: right;
	/* margin-right: 195px; */
}
.login ul li:last-child {
	margin-right: 0;
}

.login ul li .entrance {
	position: relative;
	width: 412px;
	height: 463px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login ul li .line1 {
	position: absolute;
	top: 35px;
	right: -26px;
	height: 1px;
	width: 100px;
	transform: rotate(-45deg);
	background: #53a4ef;
	z-index: 999;
}

.login ul li .line2 {
	position: absolute;
	bottom: 40px;
	left: -24px;
	height: 1px;
	width: 100px;
	transform: rotate(-45deg);
	background: #53a4ef;
}

.login ul li a {
	position: relative;
	display: inline-block;
	width: 259px;
	height: 259px;
	border-radius: 20px;
	background: #fff;
	font-size: 19px;
	color: #333;
	text-align: center;
	font-weight: bold;
	border: 1px solid rgb(225, 239, 252);
	display: flex;
	justify-content: center;
	align-items: center;
}

.login ul li a {
	/* box-shadow: 0px 0px 2px 0px rgb(234, 244, 253), 2px 2px 8px 0px rgb(241, 247, 254); */
}

.login ul li a .hover {
	display: none;
}

.login ul li a.current {
	text-align: center;
	background: #258beb;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}


.login ul li a.current .normal {
	display: none;
}

.login ul li a.current img.hover {
	display: block;
	margin: auto;
}

.login ul li a p {
	font-size: 18px;
	margin-top: 42px;
	font-weight: normal;
}


.footer {
	flex: 1;
	width: 100%;
	background: url('../../img/new/footer.jpg') no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	padding: 35px 0 30px;
	position: relative;
}

.footer p {
	line-height: 32px;
	color: #fff;
	/* font-size: 16px; */
}

.copyright {
	position: absolute;
	right: 50px;
	top: 100px;
}

.copyright span {
	font-size: 14px;
	color: #999;
}
