/*======== 全局格式?========*/
@charset="utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
body {font-family:Microsoft YaHei;/*  font-size:12px; color:#666; background:#f4f4f4; line-height:24px; */ }
img { border:0; }
input, button, select, textarea { outline:none; }
textarea { resize:none; } /*禁用了文本的拖拉，尤其在谷歌?*/
ol, ul { list-style:none; }
a { color: #666; text-decoration:none; }
a:hover { color: #666;text-decoration:underline;}
/* +++++++++++清除浮动++++++++++++++ */
.clearfix:after{
	content:"";
	visibility: hidden;
	height:0;
	display: block;
	clear:both;
}
.clearfix{
	zoom:1;
}
body{
	background: url(../images/teach_bg.png) no-repeat top center #fff;
}
a.stud{
	font-size: 14px;
	color:#333;
	position: fixed;
	right:5%;
	top:20px;
}
/* header */
.header{
	width:100%;
	height:104px;
	background: rgba(255,255,255,0.9);
}
.wrap_header{
	width:1000px;
	height:104px;
	margin:0 auto;
}
.logo{
	width: 560px;
	height:104px;
	float: left;
}
.logo h1 a{
	width:560px;
	height:0px;
	display: block;
	padding-top:104px;
	overflow: hidden;
	background: url(../images/teacher_login_logo.png) no-repeat left center;
}
/* main */
.main{
	width:100%;
	height:549px;
}
.wrap_main{
	width:1000px;
	height:549px;
	margin:0 auto;
}
.wrap_main_left{
	width:720px;
	height:100px;
	padding-right:93px;
	padding-top:10px;
	float:left;
}
.wrap_main_left p.chin{
	font-size: 14px;
	color:#fff;
	line-height: 24px;
}
.wrap_main_left p.chin i{
	color:#fff;
	font-size:16px;
}
.wrap_main_left p.eng{
	font-size: 12px;
	color:#fff;
	line-height: 24px;
	font-family: Arial;
}
.wrap_main_login{
	width:300px;
	height:337px;
	float: right;
	margin-right:70px;
}
.wrap_main_login_box{
	width:292px;
	height:329px;
	padding:4px;
	border-radius: 10px;
	background: rgba(255,255,255,0.3);
}
.login_box{
	width:292px;
	height:329px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
.login_box h4{
	width:100%;
	height:65px;
	line-height: 65px;
	text-align: center;
	font-size: 23px;
	color:#c93127;
	font-weight: normal;
}
.accountNumber{
	padding:0px 0 30px 22px;
	height:30px;
}
.accountNumber span,.psw span{
	width:52px;
	height:30px;
	line-height: 30px;
	font-size: 14px;
	color:#666;
	float:left;
}
.accountNumber input{
	width:183px;
	height:28px;
	float:left;
	padding-left:5px;
	border:1px solid #cfcfcf;
	font-size: 12px;
	color:#ccc;
}
.login_box p.num{
	height:30px;
	font-size: 12px;
	color:#f00;
	padding-left:50px;
	margin-top:-30px;
	line-height: 30px;
	display: none;
}
.psw_input{
	float:left;
	width:200px;
	height:30px;
	position: relative;
}
.psw_input span{
	width:194px;
	height:30px;
	padding-left:6px;
	font-size: 12px;
	color:#ccc;
	position: absolute;
	left: 0;
	top:0;
	cursor: text;
	font-family: "宋体";
}
.psw_input input{
	width:183px;
	height:28px;
	float:left;
	padding-left:5px;
	border:1px solid #cfcfcf;
	font-size: 16px;
	color:#ccc;
}
.accountNumber input{
	background: url(../images/accountNumber_bg.png) no-repeat 170px center #fff;
}
.psw input{
	background: url(../images/psw_bg.png) no-repeat 170px center #fff;
}
.psw{
	padding:0px 0 5px 22px;
	height:30px;
}
.login_box p{
	padding-left:74px;
	font-size: 12px;
	color:#aaa;
	height:24px;
	line-height: 24px;
}
.login_buttom{
	padding-top:40px;
	width:230px;
	height:39px;
	border-radius: 10px;
	overflow: hidden;
	margin:0 auto;
}
.login_buttom a{
	width:230px;
	height:39px;
	display: block;
	line-height: 39px;
	color:#fff;
	text-align: center;
	background: url(../images/login_buttom_bg.png) no-repeat left top;
}
.login_buttom a:hover{
	text-decoration: none;
	background: url(../images/login_buttom_hover_bg.png) no-repeat left top;
}
/* footer */
.footer{
	width:100%;
	height:115px;
	background: rgba(255,255,255,0.7);
}
.wrap_footer{
	width:1000px;
	height:115px;
	margin:0 auto;
}
.wrap_footer_content{
	width:330px;
	height:115px;
	margin:0 auto;
}
.footer_logo{
	width:64px;
	height:64px;
	padding-top:20px;
	float:left;
}
.footer_logo a{
	width:64px;
	height:64px;
	display: block;
	background: url(../images/footer_logo.png) no-repeat left center;
	background-size: 56px 64px; 
}
.footer_title{
	width:266px;
	height:60px;
	padding-top:24px;
	float:left;
}
.footer_title p{
	height:22px;
	line-height: 22px;
	font-size:12px;
	color:#999;
}
.footer_title p a{
	height:22px;
	line-height: 22px;
	font-size:12px;
	color:#999;
}