@charset "UTF-8";

/*----banner--------*/
.banner{
	background-image:url(/junior/images/flow01.jpg);
}
.banner .txt{
	float:right;
	width:240px;
	padding-top:60px;
	text-align:center;
	color:#333;
	font-size:2.2rem;
	font-weight:bold;
}
.banner .color{
	color:#00c170;
}
.apply{
	border-bottom:0;
}
.flow-title{
	text-align:center;
	font-size:1.6rem;
	font-weight:normal;
}
.flow-content {
    position: relative;
    padding: 60px 0 20px 0; 
}
.flow-content-bg{
	  margin-top:20px;
	  background-color:#e5e5e5;
}

.flow-list{
	position:relative;
	width:90%;
	height:200px;
	margin:auto;
	margin-top:20px;
}
.flow-list li{
	position:relative;
	left:0;
	top:0;
	z-index:10;
	width:100%;
	height:100%;
}
.flow-list li img{
	width:100%;
}
.flow-mid{
	display:box;
	display:-webkit-box;
	display:-moz-box;
}
.flow-mid li{
	position:relative;
	width:48.5%;
}
.flow-mid p{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background-color:rgba(0,0,0,.6);
}
.flow-mid .left{
	margin-right:1.5%;
}
.flow-mid .right{
	margin-left:1.5%;
}
.flow-mid img{
	float:left;
	width:100%;
}
.flow-btm{
	display: box;
    display: -webkit-box;
    display: -moz-box;
}
.flow-btm li{
	width:90px;
	padding:15px 0;
	text-align:center;
}
.flow-btm i{
	width:48px;
	height:48px;
	line-height:48px;
	text-align:center;
	color:#fff;
	font-size:2.4rem;
	background-color:#ff7f14;
	border-radius:50%;
	border:solid 2px #e5e5e5;
}
.flow-btm .txt{
	width:85%;
	margin:auto;
	padding-top:4px;
	font-size:1rem;
	color:#666;
}
.flow-btm .img{
	box-flex:1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	padding:0;
	background:url(/junior/images/flow05.png) no-repeat right bottom;
	background-size:100%;
}
