/*in_banner 轮播图开始*/
.in_banner{
	width:100%;
	height:550px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	top:118px;	
}
.in_banner .pics li{
	width:100%;
	height:550px;
	background-repeat:no-repeat;
	background-position:top center;	
}
.in_banner .pics a{
	display:inline-block;
	width:100%;
	height:550px;	
}
.in_banner .btns{
	height:15px;
	width:100%;
	text-align:center;
	position:absolute;
	left:0;
	bottom:20px;
	z-index:700;	
}
.in_banner .btns span{
	display:inline-block;
	width:15px;
	height:15px;
	background:url("../images/in_btn.png") no-repeat;	
	margin:0 3px;
}
.in_banner .btns .hover{
	background:url("../images/in_btnh.png") no-repeat;		
}
/*in_banner 轮播图结束*/

/*in_figure 形象设置开始*/
.in_figure{
	margin-top:138px;
/*	position:relative;*/
	overflow:hidden;
}
.in_figure .figure_list{
	width:1044px;
	height:214px;
	margin-top:20px;	
}
.in_figure .figure_li{
	display:inline-block;
	width:215px;
	height:214px;
	background:url("../images/figure_li.png") no-repeat;	
	float:left;
	margin-right:46px;
	text-align:center;
}
.in_figure .figure_li:hover{
	color:#fff;
	background:url("../images/figure_hover.png") no-repeat;			
}
.in_figure dl{
	margin-top:67px;	
}
.in_figure dt{
	font-size:20px;
	font-weight:bold;	
	height:28px;
	line-height:28px;
}
.in_figure dd{
	height:24px;
	line-height:24px;
	font-weight:bold;	
	font-size:12px;
}
.in_figure .figure_li strong{
	line-height:214px;
	font-size:22px;	

}
/*in_figure 形象设置结束*/

/*in_train 课程培训开始*/
.in_train{
	position:relative;
	overflow:hidden;	
}
.in_train .train_list{
	width:1116px;
}
.in_train .train_li{
	display:inline-block;
	width:255px;
	height:125px;
	padding-top:46px;
	background:url("../images/train_li.png") no-repeat;	
	float:left;
	margin:20px 117px 20px 0 ;
	text-align:center;
	font-weight:bold;	
}
.in_train .train_li:hover{
	color:#fff;
	background:url("../images/train_hover.png") no-repeat;		
}
.in_train .train_li dt{
	height:60px;
	line-height:61px;
	font-size:18px;
}
.in_train .train_li dd{
	line-height:30px;	
	font-size:12px;

}
/*in_train 课程培训结束*/

/*in_intro 学校简介开始*/
.in_intro{	
	margin:20px auto 40px auto;
}
.in_intro .intro_links{
	height:22px;
	margin:36px auto;
	text-align:center;	
}
.in_intro .intro_links a{
	display:inline-block;
	width:87px;
	height:22px;
	line-height:22px;
	text-align:center;
	font-size:12px;
	font-weight:bold;	
	margin:0 10px;
}
.in_intro .intro_links a:hover,.in_intro .intro_links a.hover{
	background:#10175a;
	color:#fff;	
}
.in_intro .intro_con{
	height:270px;
	background:#dbdbd9;		
}
.in_intro .teacher_info{
	width:595px;
	height:270px;
	float:left;	
}
.in_intro .teacher_pic{
	float:left;
	width:362px;
	height:270px;	
}
.in_intro .slide_outer{
	width:219px;
	float:left;
	padding-left:14px;
	font-size:12px;
	line-height:22px;	
	height:260px;
	margin-top:5px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.in_intro .teacher_list{
	float:right;		
	width:405px;
	height:270px;
}
.in_intro .teacher_list a{
	float:left;
	display:inline-block;
	width:134px;
	height:134px;
	position:relative;	
	margin:0 1px 1px 0;
	overflow:hidden;
}
.in_intro .teacher_list span{	
	width:134px;
	height:34px;
	background:url("../images/teacher_list_span.png") no-repeat;	
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	color:#fff;
	padding-top:100px;
	display:none;
}
.in_intro .teacher_list a:hover span{
	display:inline-block;
}
.in_intro .teacher_list img{
	width:134px;
	height:134px;	
}
/*in_intro 学校简介结束*/