@charset "utf-8";
/* CSS Document */

/* 底部 */
.foot-box{
	width:100% ;
	height:auto ;
	background-color:#1e2432 ;
	padding:110px 0 ;
	}
.footer{
	width:1000px ;
	overflow:auto ;
	margin:0 auto ;
	font-family:Arial, Helvetica, sans-serif ;
	}
	/* 左 */
.curriculum{
	width:30% ;
	height:auto ;
	}
.curriculum dd{
	display:block ;
	height:37px ;
	line-height:37px ;
	margin-top:5px ;
}	
.curriculum dd a{
	display:block ;
	width:160px ;
	border-bottom:1px solid rgba(255,255,255,0.2) ;
	color: rgba(255,255,255,0.3)  ;
	font-family:"微软雅黑" ;
		
	transition:all 0.4s ;
	-webkit-transition:all 0.4s ;
	-ms-transition:all 0.4s ;
	-moz-transition:all 0.4s ;
	-o-transition:all 0.4s ;
	}
.curriculum dd a:hover{
	color:#22d3b6
}
	/* 中 */
.enrollment{
	width:30% ;
	height:auto ;
	margin-left:5% ;
	text-align:center ;
	color:#fff ;
	}
.icon-phone{
	display:block ;
	width:60px ;
	height:48px ;
	margin: 0 auto ;
	margin-top:20px ;
	margin-bottom:20px ;
	background:url("../../index/images/icon-phone.png") left center no-repeat  ;	
	}
.enrollment .font-07{
	font-size:3em ;
	font-family:"Arial Black", Gadget, sans-serif
	}		
.enrollment .font-02{
	font-size:1.5em ;
	}	
	
.hotline{
	margin-top:-15px ;
	}		
	/* 右 */	
.online{
	width:30% ;
	height:auto ;
	text-align:right ;
	color:#fff ;
	}
.f_tit{
	color:#fff ;
	font-size:20px ;
	font-family:"Arial Black", Gadget, sans-serif ;
	height:80px ;
	
	position:relative ;
	}
.ch-tit{
	font-size:14px ;
	font-family:"微软雅黑" ;
	color:rgba(255,255,255,0.5)
	}	
.f_btn{
	margin-bottom:60px ; 
	margin-top:15px ;
	}
.f_btn a{
	color:#fff ;
	background:#22d3b6 ;
	padding:5px 8px  5px 90px ;
	font-size:14px ;
		
	transition:all 0.4s ;
	-webkit-transition:all 0.4s ;
	-ms-transition:all 0.4s ;
	-moz-transition:all 0.4s ;
	-o-transition:all 0.4s ;
	}
.f_btn a:hover{
	background:#fff ;
	color:#22d3b6 ;
	
	border-radius:20px ;
	-webkit-border-radius:20px ;
	-ms-border-radius:20px ;
	-moz-border-radius:20px ;
	-o-border-radius:20px ;
	
	}
.b-line{
	display:block ; 
	width:160px ;
	height:1px ;
	position:absolute ;
	bottom:10px ;
	left:0 ;
	background:rgba(255,255,255,0.2) ;
	}
.b-line-long{
	width:260px ;
	left:40px
	}
.f-banquan{
	color:rgba(255,255,255,0.3) ;
	line-height:20px ;	
	}
.f-banquan a{color:rgba(255,255,255,0.3) ;}
