/*ÂÖ²¥Í¼*/
.bannerlist{
	width: 100%;
	height: 463px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}
.warpinfo{
	width: 1200px;
	height: 463px;
	position: absolute;
	top: 0;
	right: 0;
	left: 50%;
	margin-left: -600px;
}
.login_alert{
	width: 225px;
	background: rgba(255,255,255,0.7);
	float: right;
	margin-top: 108px;
	margin-right: 0px;
	position: absolute;
	z-index: 999;
	right: 0px;
	padding: 0;
	box-sizing: border-box;
}
.top_data{
	width: 100%;
	overflow: hidden;
	padding-left: 25px;
	padding-top: 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.head_info{
	height: 45px;
}
.head_info span{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #14aa71;
	background: #e1e1e1;
	display: block;
	float: left;
	overflow: hidden;
}
.head_info span img{
	width: 100%;
}
.head_text{
	height: 45px;
	float: left;
	color: #292929;
	margin-left: 12px;
}
.head_text p{
	font-size: 12px;
}
.head_text h1{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 130px;
	margin-bottom: 5px;
}
.sub_btn{
	width: 170px;
	margin-top: 20px;
	height: 30px;
	float: left;
	margin-left: 10px;
}
.sub_btn a{
	height: 30px;
	line-height: 30px;
	background: #14aa71;
	color: #fff;
	display: block;
	width: 80px;
	font-size: 14px;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.sub_btn a:nth-child(2){
	margin-right: 0;
	background: none;
	color: #14aa71;
	border: 1px solid #14aa71;
	box-sizing: border-box;
}
.data_list{
	background: rgba(250,253,252,0.7);
	height: 175px;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0;
}
.course_list{
	margin: 0 auto;
	width: 1200px;
}
.early{
	background: #fff;
	padding: 15px 30px 0 30px;
	margin: 20px 0;
}
.early h1{
	border-left: 2px solid #14aa71;
	font-size: 20px;
	color: #292929;
	text-indent: 10px;
	font-weight: bold;
}
#home{
	background: #fafafa;
}
.data_list li{
	list-style-type: none;
	width: 50%;
	float: left;
	overflow: hidden;
	margin-bottom: 25px;
}

.data_list li p{
	width: 100%;
	text-align: center;
	color: #292929;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}

.data_list li em{
	width: 100%;
	text-align: center;
	color: #ff6600;
	font-size: 14px;
	display: block;
	height: 25px;
	line-height: 25px;
}
.early h1 span{
	margin-left: 50px;
}
.early h1 span a{
	font-size: 16px;
	color: #292929;
	font-weight: normal;
	margin-right: 20px;
	cursor: pointer;
}
.early h1 span a.current{
	color: #14aa71;
}
.early ul{
	overflow: hidden;
	padding: 25px 0 10px 0;
	display: none;
}
.early ul.activer{
	display: block;
}
.early ul li{
	width: 274px;
	list-style-type: none;
	float: left;
	margin-right: 14px;
}
.early ul li:nth-child(4n+0){
	margin-right: 0px;
}
.early_pic{
	width: 100%;
	height: 232px;
	float: left;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	box-sizing: content-box;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	margin-bottom: 8px;
}

.early_pic img{
	width: 100%;
}
.coursename{
	height: 20px;
	line-height: 20px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #292929;
	text-align: left;
}
.jigouinfo{
	height: 30px;
	line-height: 30px;
	width: 100%;
}
.jigouinfo img{
	float: left;
	margin-top: 7px;
	margin-right: 5px;
}
.jigouinfo p{
	font-size: 14px;
	color: #868686;
	float: left;
}
.early_price{
	height: 30px;
	line-height: 30px;
	width: 100%;
	font-size: 20px;
	color: #f60;
}
.early ul.jigouer{
	padding: 25px 0 0 0;
}
.early ul.jigouer li{
	width: 45%;
	float: left;
	list-style-type: none;
	overflow: hidden;
	display: flex;
	box-sizing: border-box;
	margin-right: 5%;
	margin-bottom: 15px;
}
.early ul.jigouer li:nth-child(2n+0){
	margin-left: 5%;
	margin-right: 0;
}
.jigouer_logo{
	width: 147px;
	height: 147px;
	float: left;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	overflow: hidden;
}
.jigouer_logo img{
	width: 100%;
}
.jigouer_text{
	float: left;
	overflow: hidden;
	margin-left: 15px;
	flex: 1;
}
.jigouer_text h2{
	height: 30px;
	line-height: 30px;
	color: #292929;
	font-size: 16px;
	display: block;
	padding: 10px 0;
}
.jigou_introduce{
	color: #868686;
	font-size: 14px;
	line-height: 20px;
}
.address{
	height: 30px;
	line-height: 30px;
	float: left;
	margin-top: 10px;
}
.address img{
	float: left;
	margin-top: 7px;
	margin-right: 5px;
}
.address p{
	float: left;
	font-size: 14px;
}
.home_nav_bar {
	width: 40px;
	position: fixed;
	right: 50%;
	margin-right: 615px;
	overflow: visible;
	z-index: 12;
	height: 390px;
	/*top: 50%;*/
	/*margin-top: -195px;*/
	margin-top: 50px;
	display: none;
	top: 0;
}

.home_nav_bar ul{
	/*overflow: hidden;*/
}
.home_nav_bar ul li.firstactive div.iconlist{
	display: block;
}
.home_nav_bar ul li:nth-child(1).firstactive{
	background: #fd992e;
}
.home_nav_bar ul li:nth-child(1).firstactive a{
	color: #fff;
}

.home_nav_bar ul li:nth-child(2).firstactive{
	background: #efc500;
}
.home_nav_bar ul li:nth-child(2).firstactive a{
	color: #fff;
}

.home_nav_bar ul li:nth-child(3).firstactive{
	background: #14aa71;
}
.home_nav_bar ul li:nth-child(3).firstactive a{
	color: #fff;
}

.home_nav_bar ul li:nth-child(4).firstactive{
	background: #d75fff;
}
.home_nav_bar ul li:nth-child(4).firstactive a{
	color: #fff;
}
.home_nav_bar ul li:nth-child(5).firstactive{
	background: #ea5691;
}
.home_nav_bar ul li:nth-child(5).firstactive a{
	color: #fff;
}

.home_nav_bar ul li:nth-child(6).firstactive{
	background: #7d50ef;
}
.home_nav_bar ul li:nth-child(6).firstactive a{
	color: #fff;
}

.home_nav_bar ul li:nth-child(7).firstactive{
	background: #6a9bec;
}
.home_nav_bar ul li:nth-child(7).firstactive a{
	color: #fff;
}

.home_nav_bar ul li:nth-child(8).firstactive{
	background: #29aa14;
}
.home_nav_bar ul li:nth-child(8).firstactive a{
	color: #fff;
}

.home_nav_bar ul li{
	width: 40px;
	font-size: 14px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
}
.home_nav_bar ul li a{
	text-decoration: none;
}
.home_nav_bar ul li:nth-child(1){
	border: 1px solid #fd992e;
	color: #fd992e;
}
.home_nav_bar ul li:nth-child(2){
	border: 1px solid #efc500;
	color: #efc500;
}

.home_nav_bar ul li:nth-child(3){
	border: 1px solid #14aa71;
	color: #14aa71;
}

.home_nav_bar ul li:nth-child(4){
	border: 1px solid #d75fff;
	color: #d75fff;
}


.home_nav_bar ul li:nth-child(5){
	border: 1px solid #ea5691;
	color: #ea5691;
}
.home_nav_bar ul li:nth-child(6){
	border: 1px solid #7d50ef;
	color: #7d50ef;
}

.home_nav_bar ul li:nth-child(7){
	border: 1px solid #6a9bec;
	color: #6a9bec;
}

.home_nav_bar ul li:nth-child(8){
	border: 1px solid #29aa14;
	color: #29aa14;
}
.iconlist{
	width: 10px;
	height: 12px;
	position: absolute;
	right: -10px;
	display: none;
}