.project-wrapper{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
/*推荐课程*/
.project-l{
	width: 900px;
	float: left;
}
.project-header{
	padding: 15px 0 15px 10px;
	color: #222;
	height: 40px;
	margin-bottom: 10px;
}
.project-header h1{
	float: left;
	height: 100%;
	padding-left: 20px;
	font-size: 30px;
	margin-right: 20px;
	position: relative;
}
.project-header h1:before{
	display: block;
	content: "";
	width: 6px;
	height: 30px;
	border-radius: 3px;
	background-color: #ec3233;
	position: absolute;
	left: 0;
	top: 6px;
}
.project-header span{
	display: block;
	float: left;
	height: 100%;
	font-size: 14px;
	line-height: 55px;
}
.project-items{
	width: 100%;
	height: 500px;
}
.project-item{
	float: left;
	width: 280px;
	height: 220px;
	margin: 0 10px 30px;
	background-color: #fff;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	-webkit-transition: box-shadow .3s linear;
    -moz-transition: box-shadow .3s linear;
    -o-transition: box-shadow .3s linear;
    transition: box-shadow .3s linear;
}
.project-img{
	width: 100%;
	height: 148px;
	overflow: hidden;
}
.project-img img{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.project-bi{
	padding: 14px 10px 6px;
	width: 260px;
	height: 52px;
	color: #222;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: bottom .2s linear;
    -moz-transition: bottom .2s linear;
    -o-transition: bottom .2s linear;
    transition: bottom .2s linear;
}
.project-belong{
	font-size: 16px;
	margin-bottom: 6px;
	font-weight: normal;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.project-belong:after{
	display: block;
	content: "";
	width: 14px;
	height: 2px;
	background-color: #222;
	position: absolute;
	left: 0;
	top: 26px;
}
.project-name{
	font-size: 14px;
}
.project-di{
	width: 240px;
	height: 180px;
	background-color: rgba(56,56,56,.9);
	padding: 20px 20px;
	color: #fff;
	border-radius: 5px;
	position: absolute;
	top: -220px;
	left: 0;
	-webkit-transition: top .2s linear;
    -moz-transition: top .2s linear;
    -o-transition: top .2s linear;
    transition: top .2s linear;
}
.di-name{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	margin: 10px 0 20px;
	position: relative;
	font-weight: normal;
}
.di-name:after{
	display: block;
	content: "";
	width: 20px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 30px;
}
.di-desc{
	font-size: 14px;
	line-height: 25px;
	word-break: break-all;
	text-align: justify;
}
.project-item:hover{
	box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
}
.project-item:hover img{
	transform: scale(1.1,1.1);
}
.project-item:hover .project-di{
	top: 0;
}
/*开课通知*/
.project-r{
	width: 290px;
	float: right;
	margin-right: 10px;
}
.project-notice{
	width: 280px;
	height: 468px;
	padding: 1px 0;
	margin-left: 10px;
	background-color: #fff;
	border-radius: 5px;
}
.notice-wrapper{
	padding: 0 20px;
}
.notice-item{
	border-bottom: 1px solid #f6f6f6;
}
.notice-item:last-child{
	border-color: #fff;
}
.notice-item a{
	display: block;
	width: 100%;
	height: 49px;
	padding: 14px 0;
}
.notice-item h3{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #222;
	font-weight: normal;
	margin-bottom: 8px;
	-webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.notice-time{
	color: #959595;
}
.notice-time i{
	display: inline-block;
	width: 19px;
	height: 19px;
	font-size: 18px;
}
.notice-time span{
	display: inline-block;
	font-size: 14px;
}
.notice-item:hover h3{
	color: #ec3233;
}
/*产品*/
.product-area{
	background-color: #fff;
	overflow: hidden;
	padding: 25px 0;
}
.product-child{
	width: 1200px;
	margin: 25px auto;
	position: relative;
}
.product-child h1{
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	text-align: center;
	position: relative;
	background: -webkit-linear-gradient(#ec3233, #ec3233 50%, #222 50%, #222 100%); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#ec3233, #ec3233 50%, #222 50%, #222 100%); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#ec3233, #ec3233 50%, #222 50%, #222 100%); /* Firefox 3.6 - 15 */
	background: linear-gradient(#ec3233, #ec3233 50%, #222 50%, #222 100%); /* 标准的语法 */
	-webkit-background-clip: text;         /* 规定背景的划分区域 */
	-o-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
  	-webkit-text-fill-color: transparent;  /* 防止字体颜色覆盖 */
  	-o-text-fill-color: transparent;
  	-moz-text-fill-color: transparent;
  	text-fill-color: transparent;
}
.product-child h1:before{
	display: block;
	content: "";
	width: 60px;
	height: 4px;
	border-radius: 4px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 0;
	background-color: #ec3233;
}
.title-intro{
	font-size: 14px;
	color: #222;
	text-align: center;
}
.spread{
	display: block;
	height: 20px;
	font-size: 14px;
	color: #959595;
	position: absolute;
	right: 10px;
	top: 60px;
	-webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}
.spread:hover{
	color: #222;
}
.spread span{
	float: left;
	display: block;
	height: 100%;
	line-height: 20px;
}
.spread i{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	font-size: 18px;
}
.facing-wrapper{
	margin-top: 30px;
}
/*师资*/
.teachers-child{
	margin: 50px auto;
}