@charset "utf-8";
/* CSS Document */





.syxian{
	width: 100%;
	height: 1rem;
	background: #f2f2f2;
}

.syzi{
	text-align: center;
	margin-bottom: 2.5rem;
}

.syzi h2{
	font-size: 1.4rem;
	color: #111;
}







.index{
	margin-top: 55px;
}







.about{
	padding: 4rem 0;
	background: #fff;
}

.aboutcon p{
	color: #666;
	font-size: 0.9rem;
	margin-bottom: 10px;
	line-height: 1.8rem;
}

.aboutcon img{
	margin-top: 1rem;
}

.abouta{
	text-align: center;
	margin-top: 3rem;
}

.abouta a{
	border-radius: 5px;
	padding: 0.6rem 2.6rem;
	color: #333333;
	font-size: 0.9rem;
	background: #fff;
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
}













.pro{
	padding: 4rem 0;

}

.procon ul li{
	float: left;
	width: 49%;
}

.procon ul li:nth-child(odd){
	margin-right: 1%;
}

.procon ul li:nth-child(even){
	margin-left: 1%;
}

.proimg{
	overflow: hidden;
}

.proimg img{
	border-radius: 5px;
}

.procon p{
	font-size: 0.9rem;
	text-align: center;
	color: #666;
	padding: .8rem 0;
	margin-bottom: 1rem;
	white-space: nowrap;
	overflow: hidden;
}

.proa{
	text-align: center;
	margin-top: 2rem;
}

.proa a{
	border-radius: 5px;
	padding: 0.6rem 2.6rem;
	color: #333333;
	font-size: 0.9rem;
	background: #fff;
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
}












.prowh{
	position: relative;
	
}

.prowh h2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	
	
	font-size: 1.4rem;
	color: #fff;
}













.popular-course .content .text h4{
	font-size: 1.2rem;
	color: #f25c00;
	margin: 1rem 0 1rem;
	text-align: center;
}

.popular-course .content .text p{
	font-size: 1rem;
	color: #333;
	margin-bottom: 1rem;
}

.latest-news .content-text h5{
	font-size: 1rem;
	color: #111;
}

.latest-news .content-text .date{
	font-size: 0.8rem;
	color: #333;
}
.latest-news .content-text .link-more a{
	color: #f25c00;
	font-size: 0.8rem;
}

.zc{
	padding: 4rem 0;
}

.zczi{
	text-align: center;
	margin-bottom: 2rem;
}

.zczi h2{
	font-size: 1.6rem;
	color: #f25c00;
}

.zczi span{
	color: #f25c00;
}

.zccon p{
	color: #333;
	font-size: 1rem;
	margin-bottom: 10px;
	line-height: 1.5rem;
}















.news{
	padding: 4rem 0 3rem;

}

.newscon ul li{
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #f2f2f2;
}

.newsl{
	float: left;
	width: 75%;
	color: #333;
	font-size: 0.9rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsr{
	float: right;
	width: 20%;
	color: #999;
	font-size: 0.9rem;
}















