/***登录页***/
div{
	overflow: hidden;
}
.containers {
	width: 100%;
	min-width: 1000px; margin-bottom:10px;
}
.slider {
	/*position:relative;*/
	width: 100%;
	overflow: hidden;/*height:700px;*/
	
}
.carousel {
	margin: 0 auto;
}
.item img {
	width: 100%;
	/*margin-top: -150px;*/
	/*min-height: 700px;*/
	background-position: center top;
}
.instruction {
	position: absolute;
	z-index: 9;
	margin: 50px 0 0 5%;
}
.instruction span {
	font-size: 26px;
	color: #3F3F3F;
	letter-spacing: 3px;
}
.instruction p {
	font-size: 18px;
	color: #7B7B7B;
	letter-spacing: 3px;
}
.instruction .text2 {
	color: #49b849;
}
.instruction .info {
	margin: 20px 0 0 5%;
}
.instruction .info1 {
	margin: 20px 0 0 14%;
}
.instruction .info2 {
	margin: 20px 0 0 23%;
}
.loginbox {
	position: absolute;
	z-index: 99;
	margin-top: 8%;
	right: 12%;
	width: 350px;
	height: 380px;
	background: #ffffff;
	border-radius: 5px;
}
.login {
	width: 300px;
	height: 350px;
	margin: 30px auto;
}
.login form {
	margin-top: -15px;
}
.inputtext {
	margin-bottom: 15px;
}
.inputtext .username, .inputtext .password {
	padding-left: 35px;
	width: 83%;
}
.log {
	margin-top: 35px;
}
.mz {
	margin-top: 25px;
	width: 157px;
	float: right;
	text-align: right;
}
.mz a {
	display: block;
	padding-right: 15px;
}
.usericon, .pswicon {
	position: relative;
	top: 37px;
	left: 10px;
}
.usericon img, .pswicon img {
	width: 20px;
	height: 20px;
}
.footer {
    background: #fafafa;
    height: 60px;
    line-height: 60px;
    width: 100%;
    color: #666;
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-height: 768px){
	.loginbox {
    position: absolute;
    z-index: 99;
    margin-top: 2%;
    right: 12%;
    width: 340px;
    height: 380px;
    background: #ffffff;
    border-radius: 5px;
}

}