* {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
}

*:focus {
	outline: none;
}

body {
	margin: 0;
	background: #FFF;
	font-family: Hiragino Sans GB, Arial, Helvetica, "黑体", sans-serif;
}

.login-header {
	width: 100%;
	background: #FFFFFF;
	/*border-top: 3px solid #008ed4;*/ /*默认*/
	border-top: 3px solid #d57321; /*工业大学*/
}

.login-header-box {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	height: 100px;
}
.topLogo-img{
	display:inline-block;
	margin-top:13px;
	float: left;
	height:72px;
}
.login-logo {
	font-size: 28px;
	line-height: 100px;
	color: #34599E;
	float: left;
	font-weight: bold;
	padding-left: 20px;
}

.login-logo-text {
	/* font-size: 20px; */
	color: #34599E;
	padding-left: 10px;
	display: block;
	float: left;
	/* padding-top: 45px; */
	font-size: 24px;
	padding-top: 40px;
}

.login-content {
	/* height: 400px; */
	/*background: #008ed4;*/    /*默认*/
	/* background: #0097c2; */    /*工业大学*/

	/**background:url(../loginpage/login-bgpic.jpg) repeat-x;**/
	height: 430px;
	/* background:url(../loginpage/bj.png); */
	background:url(../loginpage/newbj.png);
	background-position:center !important;
}

.login-content-box {
	width: 1150px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}

.login-content-box-img {
	float: left;
	width: 450px;
	overflow: hidden;
	height: 320px;
	padding: 20px 0px 0px 0px;
}

.login-content-box-img img {
	width: 450px;
	height: 320px;
	overflow: hidden;
	display: block;
	border: 0px;
	margin: 0px;
	font-size: 0px;
}

.login-content-box-boxes {
	float: right;
	width: 350px;
	/*height: 320px;*/
/*	background: #B7C7E1;*/  /*默认*/
	background: url("../images/dlk-bg.png") repeat;  /*工业大学*/
	background:#fff;
	margin: 50px 20px 40px 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	padding-bottom:12px;
}

.login-load-bg {
	background: #FFF;
	width: 350px;
	height: 320px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.login-load-box {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 80px;
	width: 190px;
	text-align: center;
	margin-left: -95px;
	margin-top: -40px;
}

.login-text {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

.login-load {
	height: 40px;
	display: block;
	margin: 0 auto;
	padding: 5px 0px;
}

.login-Switch {
	overflow: hidden;
	/*border-bottom: 1px solid #7C7C7C; 默认 */
	cursor: pointer;
	color: #3C3C3C;
/*	background:#B7C7E1;*/ /*默认*/


}

.login-Switch li {
	/*width: 175px;*/ /*默认*/
	width: 350px; /*工大登陆框*/
	color:#4680c8; /*工大登陆框*/
	height: 45px;
	float: left;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
}

.login-Switch-focus {
	/*border-bottom: 2px solid #7C7C7C;*/ /*默认*/
	border-bottom: 2px solid #d57321; /*工业大学*/
	border-bottom: 2px solid #4680c8;
	color: #000;
	font-weight: bold;
}

.login-infor {
	position: relative;
	padding: 10px 0px;
	width: 350px;
	overflow: hidden;
}

.login-infor li {
	color: #333;
	font-size: 16px;
	padding: 10px 20px;
	overflow: hidden;
	line-height: 40px;
	clear: both;
	/*display: inline;*/
}

.login-infor li label {
	color:white; /*工业大学*/
	font-size: 18px;
	width: 80px;
	display: block;
	float: left;
}

.login-infor input {
	width: 220px;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	border: none;
	border-radius: 0px 3px 3px 0px;
	font-size: 14px;
	/*display: inline;*/
	float: left;
	border: 1px solid #c3c3c3;
	background:#fff !important;
}
input:-webkit-autofill{
	background:#fff !important;
}
.nbsp {
	display: inline-block;
	width: 18px;
}

.img-boxes .validate-type {
	position: absolute;
	right: 20px;
	/*top: 10px;*/
	display: block;
	/*height: 40px;
	width: 60px;*/
	overflow: hidden;
}

.icon-done {
	background-color: #fff !important;
}

.mini-menuitem .mini-menuitem-icon {
	background-color: #fff !important;
}

.submit-box {
	width: 278px;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
	padding-left:8px;
}

.login-infor .img-boxes {
	position: relative;
	*position: relative;
}

.submit-box a {
	display: inline;
	width: 77px;
	height: 34px;
}

.loginbt {
	/*background: url(../loginpage/loginbt.png) no-repeat; */ /*默认*/
	background: url(../loginpage/loginbt-gydx.png) no-repeat; float: left; /*工业大学*/

}

.reset {
	/*background: url(../loginpage/reset.png) no-repeat; */ /*默认*/
	background: url(../loginpage/reset-gydx.png) no-repeat; float: right;  /*工业大学*/

}

.login-footer {
	text-align: center;
	font-size: 14px;
	padding: 20px 0px;
}

.login-footer-box {
	width: 140px;
	margin: 10px auto;
	text-align: center;
	position: relative;
	height: 28px;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	cursor: pointer;
}

.login-footer-box a {
	font-size: 14px;
	font-family: "lucida Grande", Verdana;
	color: #285586;
	text-decoration: underline;
	padding: 0 8px 0 4px;
	border-right: 1px solid #999;
}

.login-form {
	overflow: hidden;
	padding-bottom:10px;
}

.login-ewm {
	width: 350px;
	/*height: 272px;*/
	background: #FFF;
	border-radius: 2px;
	display: none;
	overflow: hidden;
	padding-bottom:10px;
}

.login-ewm-img {
	width: 200px;
	height: 200px;
	display: block;
	margin: 15px auto 0px;
	border: 1px solid #ddd;
}

.login-ewm-ts {
	display: block;
	line-height: 20px;
	padding: 7px 15px 8px;
	text-align: center;
	color: #333;
	font-size: 14px;
}

.login-ewm-confirm {
	width: 350px;
	height: 297px;
	background: #FFF;
	border-radius: 2px;
	display: none;
	overflow: hidden;
}

.login-ewm-ok {
	width: 242px;
	margin: 0px auto 0px;
	height: 55px;
	display: none;
}

.login-ewm-no {
	width: 242px;
	margin: 0px auto 0px;
	height: 55px;
	display: none;
}

.login-ewm-ok img, .login-ewm-no img {
	float: left;
	width: 30px;
	height: 30px;
	padding-top: 12px;
}

.login-ewm-ok span, .login-ewm-no span {
	float: left;
	width: 202px;
	padding-top: 7px;
	padding-bottom: 8px;
	line-height: 20px;
	display: block;
	text-align: left;
	color: #333;
	font-size: 14px;
	padding-left: 10px;
}

/**二维码登录微信**/
.wx-login-box {
	padding: 15px;
	border-top: 3px solid #4A74B5;
}

.wx-box-logo {
	padding: 40px 0px 20px;
}

.wx-box-logo img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	display: block;
}

.wx-box-ts {
	display: block;
	line-height: 25px;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #A8A8A8;
	padding: 20px 0px;
}

.wx-box-dl {
	padding: 30px 0px;
	overflow: hidden;
}

.wx-box-dl a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #FFF;
	text-align: center;
	border-radius: 3.125px;
	font-size: 16px;
}

.wx-box-ok {
	background: #04be02;
	margin-bottom: 20px;
}

.wx-box-no {
	background: #ef4f4f;
}

.login-footer-text {
	line-height: 28px;
	float: left;
	display: block;
	background-color: #888;
	color: #FFF;
	font-size: 14px;
	width: 100px;
	text-align: center;
}

.login-focus-box {
	float: right;
	width: 40px;
	height: 28px;
	text-align: center;
}

.login-focus-box-img {
	margin-top: 5px;
}

.login-focus-img-max {
	width: 140px;
	height: 140px;
	border: 1px solid #DDD;
	position: absolute;
	bottom: 35px;
	left: 0px;
	display: none;
}

/* 易班登录页面 */
.login-Switch-yiban li {
	/*width: 175px;*/ /*默认*/
	width: 130px; /*工大登陆框*/
	color:#4680c8; /*工大登陆框*/
	height: 45px;
	float: left;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	margin-left:29px;
}

.login-Switch-focus-yiban {
	/*border-bottom: 2px solid #7C7C7C;*/ /*默认*/
	border-bottom: 2px solid #4680c8;;
	color: #000;
	font-weight: bold;
}

.login-form-yiban{
	display:none;
}

.yiban-login-a>div{
	width:250px;
	height:40px;
	line-height:40px;
	font-size:16px;
	color: white;
	text-align:center;
	background:#0096C4;
	border-radius:5px;
	margin:75px auto;
	cursor:pointer;
	position:relative;
}

.yiban-login-a {
	width:100%;
	height:190px;
	overflow: hidden;
	padding-bottom:20px;
}

.yibanlogo{
	width:26px;
	height:26px;
	position:absolute;
	top:7px;
	left:65px;
	background:url(../loginpage/yibanlogo.png) no-repeat;
}
.findPwd{
	color:#4680c8;
	float:left;
	margin-right:37px;
	margin-left: 40px;
    margin-top: 6px;
}
.loginImg{
    width: 40px;
    height: 40px;
    float: left;
    background: url(../loginpage/xh.png) no-repeat;
    border: 1px solid #c3c3c3;
    border-right: none;
    background-position: center;
    border-radius: 3px 0px 0px 3px;
    margin-left:20px;
}
.loginImg1{
	background: url(../loginpage/mm.png) no-repeat;
	background-position: center;
}
.loginImg2{
	background: url(../loginpage/yzm.png) no-repeat;
	background-position: center;
}