*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
}
.wrap{
    width: 100%;
    height: 100%;
    /* background: url("../img/logins.jpg") 0 0 / 100% 100% no-repeat; */
    /* position: relative; */
}
.login-header {
	width: 100%;
	background: #FFFFFF;
	/*border-top: 3px solid #008ed4;*/ /*默认*/
	border-top: 3px solid #d57321; /*工业大学*/
}

.login-header-box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	height: 100px;
}
.topLogo-img{
	display:inline-block;
	margin-top:13px;
	float: left;
	height:70px;
}
.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: #2C9AEC;
	padding-left: 10px;
	display: block;
	float: left;
	/* padding-top: 45px; */
	font-size: 24px;
	padding-top: 40px;
	font-family:"STHeiti";
}
.login-content {
	height: 430px;
	background: url("../img/moren.jpg");
	background-position:center !important;
}
.entryWrap{
	width:1200px;
	height:100%;
	margin:0 auto;
	position: relative;
}
.enty{
    width: 330px;
    height: 300px;
    position: absolute;
    right: 50px;
    top:70px;
    background: #ffffff;
    border-radius:15px;
    padding-top:10px;
}
.enty-title{
    padding:20px 40px 10px 40px;
    font-size: 24px;
    font-weight: bold;
    color: #2c99ec;
    text-align: center;
}
.enty-inpur{
    margin:0 auto;
    width: 260px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    margin-bottom: 12px;
    border-radius: 3px;
}
.enty-inpur span{
    display: inline-block;
    width: 43px;
    float: left;
    height: 100%;
}
.enty-user{
    background: url("../img/xh.png") center center / 25px 25px no-repeat;
}
.enty-pass{
    background: url("../img/mm.png") center center / 25px 25px no-repeat;
}
.enty-inpur input{
    width:215px;
    height: 100%;
    float: left;
    outline: none;
    border: none;
    text-indent: 10px;
}
.enty-btn{
    margin:0 auto;
    width: 260px;
    height: 45px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.entys{
    width: 100%;
    height: 100%;
    background: #2c9aec;
    color: #ffffff;
    outline: none;
    border: none;
    font-size: 20px;
    cursor:pointer;
    border-radius:5px;
}
.loginTab{
	width:100%;
	height:45px;
	background:#fff;
	margin-bottom:15px;
}
.loginTab div{
	width:110px;
	line-height:45px;
	float:left;
	color:#2c9aec;
	font-size:18px;
	text-align:center;
	margin-left:40px;
	cursor:pointer;
}
.loginTabCss{
	border-bottom:2px solid #2c9aec;
}
.tabjiaoshi{
	display:none;
}
.xueshengdeng{
	margin:0 auto;
    width: 260px;
    height: 45px;
    line-height:45px;
    box-sizing: border-box;
    margin-top: 80px;
    text-align:center;
    background:#2c9aec;
    font-size:20px;
    color:#fff;
    border-radius:5px;
    position:relative;
    cursor:pointer;
}
.yibanlogo{
	position:absolute;
	left:60px;
	top:10px;
	width:26px;
	height:26px;
	background: url("../img/yibanlogo.png")
}
.login-footer {
	text-align: center;
	font-size: 14px;
	padding: 20px 0px;
}