@CHARSET "UTF-8";
.banner_teacher{
	background:url(/junior/images/teacher_banner.jpg) no-repeat center center;
}
.banner_teacher_txt p{
	position:absolute;
	left:0;
	top:120px;
	z-index:10;
	width:470px;
	text-align:center;
	font-size:48px;
	font-weight:bold;
	line-height:1.3em;
}
.banner_teacher_txt p b{
	display:block;
	font-weight:normal;
	font-size:30px;
	color:#20c680;
}

.teacher_good li{
	float:left;
	width:310px;
	margin-right:35px;
	text-align:center;
}
.teacher_good .mr0{
	margin-right:0;
}

.teacher_good p{
	padding-top:20px;
	font-size:20px;
}

.teacher_standard {
	width: 100%;
	height: 335px;
	background: url(/teacher_img/standard.png) no-repeat center 90%;
}


/*老师列表*/
.teacher {
	position: relative;
	width: 1000px;
	min-height: 310px;
	_height: 310px;
	margin: auto;
	margin-top: 20px;
	background: #fff;
}

.teacher_over {
	width: 100%;
	height: 310px;
	overflow: hidden;
	position: relative;
}

.arrow_left, .arrow_right {
	position: absolute;
	top: 0;
	height: 100%;
	line-height: 350px;
	cursor: pointer;
}

.arrow_left i, .arrow_right i {
	color: #3f3f3f;
	font-size: 50px;
}

.arrow_left:hover i, .arrow_right:hover i {
	color: #ff7f14;
}

.arrow_left {
	left: -70px;
}

.arrow_right {
	right: -70px;
}

.teacher dl {
	display: block;
	width: 960px;
	padding: 0 20px;
	background-color: #fff;
}

.teacher dd.clear {
	display: block;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	float: none;
	clear: both;
}

.teacher dt {
	float: left;
	width: 182px;
	height: 284px;
	margin-left:10px;
	text-align: center;
	position: relative;
}

.tutor_info {
	display: none;
	width: 182px;
	height: 284px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.tutor_info.active {
	display: block;
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;	
}

.teacher_face {
	display: block;
	width: 182px;
	height: 182px;
	text-align: center;
	overflow: hidden;
}

.teacher_face img {
	display: block;
	height: 182px;
	width: 182px;
}

.tutor_name {
	display: block;
	height: 36px;
	line-height: 36px;
	width: 182px;
	font-size: 24px;
	font-weight: bold;
	overflow: hidden;
	color:#333;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tutor_label {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 182px;
	font-size: 16px;
	color:#888;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tutor_btn {
	display: block;
}

.tutor_btn .teacher_btn {
	display: block;
	width: 180px;
	height: 30px;
	margin-top:5px;
	line-height: 30px;
	font-size: 14px;
	border-radius: 30px;
	border: solid 1px #888;
	color:#888;
	background: #fff;
}

.tutor_btn .teacher_btn:hover {
	background: #ff7f14;
	color: #fff;
	border: solid 1px #ff7f14;
}

.teacher dd {
	float: left;
	margin-left: 50px;
	margin-top: 70px;
	text-align: center;
}

.teacher_cicle {
	display: block;
	width: 130px;
	height: 130px;
	color: #ff7f14;
	font-size: 36px;
	line-height: 130px;
	border-radius: 130px;
	border: solid 1px #ff7f14;
	background: #fff;
}

.teacher_cicle>span {
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 45px 0;
	overflow: hidden;
}

.teacher_cicle span label {
	display: block;
	height: 40px;
	line-height: 40px;
}

.teacher_cicle>span#rate {
	width: 96px;
	text-align: right;
	float: left;
} 

.teacher_cicle>span#year {
	width: 70px;
	text-align: right;
	float: left;
} 

.teacher_cicle .sub {
	display: block;
	width: 30px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	float: left;
}

.teacher_cicle .yearsub {
	line-height: 44px;
}

.teacher_para {
	display: block;
	line-height: 2em;
	font-size: 16px;
	color: #888;
}