@charset "UTF-8";
/*----banner--------*/
.banner{
	background-image:url(/junior/images/teacher01.png);
}
.banner .txt{
	float:left;
	width:200px;
	padding:40px 0 0 10px;
}
.banner .txt1{
	font-size:2.2rem;
	color:#222;
	font-weight:bold;
	line-height:1.6rem;
}
.banner .txt2{
	font-size:2.2rem;
	color:#222;
	font-weight:bold;
}
.banner .txt3{
	color:#00c170;
	font-size:1.5rem;
	line-height:2rem;
}
.apply{
	border-bottom:0;
}
.item-list{
	padding:10px 0;
}
.item-list li{
	float:left;
	width:33.3%;
}
.item-list-bd{
	width:90%;
	margin:auto;
	text-align:center;
}
.item-list-bd .face img{
	width:100%;
}
.item-list-bd a{
	display:block;
}
.item-list-bd .name{
	padding:4px 0;
}
.teachers-item{
	display:block;
	width:100%;
	
}
.teachers-team{
	padding:15px 0 5px 0;
	background:url(/junior/images/teacher02.png) no-repeat;
	background-size:100% 100%;
}
.teachers-team .title{
	font-size:1.8rem;
	text-align:center;
	color:#fff;
}
.teachers-team li{
	float:left;
	width:50%;
	padding:10px 0;
	text-align:center;
	color:#fff;
}
.teachers-team .number{
	font-size:2rem;
	color:#ff7f14;
}
.teachers-team .txt{
	width:100px;
	padding:3px 0;
	margin:auto;
	margin-bottom:3px;
	border-bottom:solid 2px #ff7f14;
}
.teachers-team .txt2{
	font-size:1.2rem;
}
.teachers-team2{
	padding:5px 15px;
}
.teachers-team2 li{
	margin:10px 0;
	padding:0 5%;
	height:190px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center top;
}
.teachers-team2 .img1{
	background-image:url(/junior/images/teacher10.jpg);
}
.teachers-team2 .img2{
	background-image:url(/junior/images/teacher08.jpg);
}
.teachers-team2 .img3{
	background-image:url(/junior/images/teacher09.jpg);
}
.teachers-team2 .txt{
	padding-top:50px;
	font-size:1.4rem;
	color:#999;
}
.teachers-team2 .img2 .txt{
	float:right;
}
.teachers-team2 b{
	font-size:1.6rem;
	color:#333;
}
.teachers-team2 strong{
	font-size:1.4em;
}
.teachers-team2 span{
	display:block;
	padding:4px 0;
}
.teachers-team2 .btn-short{
	display: inline-block;
    padding: 0 10px;
    line-height: 25px;
    color: #fff;
    font-size: 1.4rem;
    background: #ff7f14;
    border: solid 1px #ff7f14;
    border-radius: 3px;
}
.teachers-btm{
	height:165px;
	background:url(/junior/images/teacher03.jpg) no-repeat center top;
	background-size:cover;
}
.teachers-btm p{
	padding-top:40px;
	text-align:center;
	color:#fff;
}
.teachers-btn{
	display:block;
	margin-bottom:15px;
	color:#fff;
	font-size:1.8rem;
	height:60px;
	line-height:60px;
	text-align:center;
	background-color:#ff7f14;
}
