
/* CSS Document */
body{height:100%;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select {margin: 0;padding: 0;}
body, input, button, select, textarea, th, td,div {color: #333;font-family: "Microsoft YaHei","tahoma","arial","sans-serif";font-size: 12px;line-height: 1.5;}
img { border:none; display: block;}
input,select { outline: none; border: none;}
ul,ol { list-style-type:none;}
a { color:#333; text-decoration:none;}
a:hover { text-decoration:underline; color: #ee7700;}
.clearfix:after {
	content:"";
	visibility:hidden;
	height:0;
	display:block;
	clear:both;
}
.clearfix{zoom:1;} /*为了照顾ie6*/

.login {
	background: url(../images/login_bg.png) center 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

body { background-color: #e1ece4; overflow: hidden;}

.lgIn {
	width: 600px;
	margin: 0 auto;

	/* top: 50%;
    margin-top: -250px; */
	margin-top: 5%;
}
.title {
	text-align: center;
	font-size: 34px;
	color: #fff;
	letter-spacing: 2px ;
	margin-bottom: 130px;
}
.form {
	width: 400px;
	margin: 0 auto;
	padding: 30px 50px;
	background-color: #fff;
	/* background: url(../images/login.png) ; */
	border-radius: 10px;
}
.form-groud {
	width: 100%;
	position: relative;
	margin-bottom: 15px;

}
.form-groud .error {
	color: red;
	display: block;
	margin: 5px 0 0 25px;
}
.fgdIn {
	width: 100%;
	height: 40px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.fgdIn1 {
	border: none;
}
.form-groud1 {
	border: none;
	margin-bottom: 30px;
}
.form-groud2 {
	height: 40px;
	border: none;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background-color: #f03c3c;
	border: 1px solid #f03c3c;
	overflow: hidden;
}
.fgIn {
	border: 1px solid #ccc;
	overflow: hidden;
	height: 40px;
	border-radius: 5px;
	width: 250px;
	float: left;
	margin-right: 20px;
}
.form_Img {
	width: 106px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	/* margin-left: 20px; */
}
.form label {
	/* float: left; */
	width: 50px;
	line-height: 40px;
	text-align: right;
	position: absolute;
	left: 0;
}
.form input {
	width: 338px;
	height: 100%;
	border: none;
	background: none;
	float: left;
	padding-left: 60px;
}
.form .sub {
	text-align: center;
	width: 100%;
	margin: 0;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	/* background-color: #f03c3c;
    border: 1px solid #f03c3c; */
	border: none;
	background: none;
	padding: 0;
}
.xiugai {
	text-align: right;
	display: block;
	color: #A09F9F;
	text-decoration: underline;
}
/* .form-groud input.shixiao {
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #999;
} */
.xG .form label{
	width: 68px;
}
.xG .form input {
	padding-left: 75px;
}
.xG .form .sub {
	padding-left: 0;
}
.xG input.shixiao {
	background-color: #1dbaf1;
	border: 1px solid #1dbaf1;
	color: #fff;
}

.header {
	width: 100%;
	height: 40px;
	background-color: #e2e2e2;
}

.hdright {
	float: right;
}
.logo {
	float: left;
}
.hdIn {
	width: 1000px;
	margin: 0 auto;
}
.hdIn li {
	float: left;
	line-height: 40px;
	margin-left: 10px;
}
.remember {
	width: 350px;
	border: none;
	overflow: hidden;
}
.remember label { float: left; position: relative; width:80px; text-align: left; margin-top: -5px;}
#form1 .remember input { float: left; margin: 0; padding: 0; background: none; width: 30px; height: 30px; }
#form1 .form-groud3 { margin: -20px 0 0 0; overflow: hidden; }

/* logo_new begin */
.header_new {
	width: 1000px;
	margin: 40px auto 0;
	height: auto;
	background: none;
}
.logo_con {
	width: 1000px;
	overflow: hidden;
	margin: 120px auto 0;
}
.header_new .logo {
	float: none;
}
.ll_img {
	float: left;
	margin: 0;
	display: inline-block;
}
.lc_form {
	float: right;
	width: 360px;

}
.lc_form .form {
	width: 300px;
	padding: 30px;
}
.lc_form .tile {
	color: #f03c3c;
	font-size: 30px;
	text-align: center;
	font-family: normal;
	margin-bottom: 15px;
}
.lc_form .form input {
	width: 240px;
}
.lc_form .fgIn {
	width: 170px;
}
.lc_form .fgIn input {
	width: 110px;
}
.lc_form .form .sub {
	width: 100%;
}


.tile_img { display: block; margin: 0 auto; display: none; }
/* logo_new end */




@media (max-width: 1024px) {
	.lgIn { margin-top: 10%; }
}

@media (max-width: 1000px) {
	.hdIn { width: 98%; }
}


@media (max-width: 900px) {
	.lgIn {
		margin-top: 25%;
	}
	.hdIn { width: 98%; }



	.header_new { width: 90%; margin-top: 5%; }
	.logo_con { width: 100%; margin-top: 10%;}
	.lc_form { width: 100%; float: none; }
	.ll_img { display: none; }

}



@media (max-width: 500px) {
	body { background: none;  }
	.home { display: none; }
	.login {
		background: none;
		background-color: #f4f4f4;
	}
	.lgIn {
		width: 100%;
	}
	.title {
		font-size: 22px;
		color: #1ba5d5;
		margin-bottom: 50px;
	}
	.form input,.lc_form .form input { width: 310px; }
	.form,.lc_form .form {
		width: 90%;
		padding: 0;
		background: none;
		margin: 0 auto;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		border-radius: 10px;
	}
	.fgIn {
		width: 220px;
	}
	.form_Img {
		width: 100px;
		float: left;
	}
	.form-groud input.shixiao {
		background-color: #f03c3c;
		border: 1px solid #f03c3c;
		color: #fff;
	}
	.xG .form input {
		width: 294px;
	}
	.xG .form .fgIn  input {
		width: 145px;
	}
	.tile_img { display: block;width: 20%; }
}
@media (max-width: 375px) {
	.fgIn {
		width: 200px;
	}
	.title {
		font-size: 20px;
	}
}
@media (max-width: 320px) {
	.fgIn {
		width: 170px;
		margin-right: 10px;
	}
	.form input {
		width: 105px;
	}
	.title {
		font-size: 20px;
		width: 77%;
		margin: 0 auto 50px;
	}
}