/*
 *
 * */
.course{text-align: center;margin-top: 40px;margin: 0 auto; overflow:hidden}
.course_title{
	font-size: 36px;
	padding-bottom: 30px;
	margin: 0 auto;
	margin-top: 30px;
}
.course_pic_cansee{ height:384px; overflow:hidden}
.course_pic{
	width: 1260px;
	margin-top: 0px;
	margin: 0 auto;
	padding-top:60px;
	
	
}
.course_pic1, .course_pic2, .course_pic3{
	float:left;
	height: 300px;
	width: 385px;
	text-align: left;
	vertical-align: bottom;
}
.course_Ch{
	top:0px;
	-webkit-transition: all 1s;
	padding-top: 24px;
	padding-left: 24px;
	position: relative;
	color: white;
}
.course_Ch span{

	line-height: 26px;
}
.course_pic1 img{
	height: 220px;
}
.course_pic2 img{
	height: 220px;
}
.course_pic3 img{
	height: 220px;
}

.course_pic1 span{
	display: inline-block;
	width: 150px;
}
.course_pic2 span{
	display: inline-block;
	width: 180px;
}
.course_pic3 span{
	display: inline-block;
	width: 200px;
}

.course_pic1{background: rgb(59,185,228);}
.course_pic2{background: rgb(31,161,205);}
.course_pic3{background: rgb(255,150,1);}

.course img{
	float: right;
}
.course_Ch h3 p{
	display: inline;
}
.course_Ch h3{font-size: 23px;margin-bottom: 5px;}
.course_Ch h4{font-size: 18px;margin-bottom: 10px;}
.course_Ch span{font-size: 14px;}
.course_pic1:hover,.course_pic2:hover,.course_pic3:hover{
	height: 360px;
    top:-60px;
}
.course_last{
	width: 259px;
	height: 56px;
	border: 1px solid;
	border-radius: 60px;
	line-height: 56px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 45px;
	font-size: 24px;
}
.course_last a{color:black;}
.course_last:hover{
	background: #008aff;
	color: white;
}
.course_last:hover a{color: white;}

