@CHARSET "UTF-8";
.banner_flow{
	background:url(/junior/images/flow_banner.jpg) no-repeat center center;
}
.banner_flow_txt p{
	position:absolute;
	left:500px;
	top:150px;
	z-index:10;
	font-size:48px;
	font-weight:bold;
	line-height:1.3em;
}
.banner_flow_txt p b{
	color:#20c680;
}


/*课前*/
.flow_before_bg {
	margin-top:50px;
	padding-bottom: 20px;
}
.flow_title{
	font-size:18px;
	text-align:center;
	line-height:1.8em;
	font-weight:normal;
}
.roundabout-holder {
	list-style: none;
	width: 500px;
	height: 300px;
	margin: 0px auto;
}

.roundabout-moveable-item {
	font-size: 12px !important;
	height: 300px;
	width: 600px;
	cursor: pointer;
}

.roundabout-moveable-item img {
	height: 100%;
	width: 100%;
	margin: 0;
}

.roundabout-in-focus {
	cursor: auto;
}

.roundabout li {
	margin: 0;
}

.flow_before ul {
	position: relative;
	width: 900px;
	height: 350px;
	margin: auto;
}


/*课中*/
.flow_doing{
	padding-bottom:60px;
}
.flow_doing li,
.flow_doing img{
	float:left;
}
.flow_doing li{
	position:relative;
	width:485px;
}
.flow_doing .left{
	margin-right:15px;
}
.flow_doing .right{
	margin-left:15px;
}
.flow_doing p{
	position:absolute;
	left:0;
	bottom:0;
	z-index:10;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:24px;
	background-color:#808080;
	background-color:rgba(0,0,0,.5);
}


/*课后*/
.flow_after_bd ul {
	position: relative;
	width: 900px;
	height: 350px;
	margin: auto;
}


/*学习导师全程跟踪辅导*/
.flow_coach{
	width:100%;
	padding-bottom:0;
}
.flow_coach ul{
	width:1000px;
	height:380px;
	margin:auto;
	background:url(/junior/images/flow_img3.jpg) no-repeat right bottom;
}
.flow_coach li{
	float:left;
	width:220px;
	margin-top:60px;
	text-align:center;
}
.flow_coach i{
	width:144px;
	height:144px;
	line-height:144px;
	color:#fff;
	font-size:50px;
	border-radius:50%;
	background-color:#20c680;
	border:solid 5px #f0f0f0;
}
.flow_coach .txt{
	display:block;
	padding-top:20px;
	font-size:18px;
	color:#666;
}