body{
	background: #F4F9FF!important;
	min-width: 1280px;
}
.transition{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.schoolCourse_banner{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.schoolCourse_banner img{
	display: block;
	width: 100%;
}
/**/
.schoolCourse_one{
	width: 1170px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 50px 0;
}
.schoolCourse_one_left{
	width: 570px;
	overflow: hidden;
	float: left;
}
.schoolCourse_one_title{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.schoolCourse_one_title span{
	display: block;
	width: 100%;
	overflow: hidden;
}
.schoolCourse_one_title span.span1{
	font-size: 24px;
	color: #010101;
	font-weight: bold;
	line-height: 30px;
}
.schoolCourse_one_title span.span2{
	font-size: 16px;
	color: #8E97A3;
	font-weight: normal;
	line-height: 22px;
	margin-top: 6px;
}
.schoolCourse_one_left_ms{
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	color: #8E97A3;
	line-height: 22px;
	margin-top: 24px;
}
.schoolCourse_one_left_btn{
	display: block;
	width: 200px;
	height: 44px;
	border: 1px solid #121212;
	background: #FFE1F3;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	color: #010101;
	font-weight: bold;
	margin-top: 44px;
}
.schoolCourse_one_right{
	width: 570px;
	float: right;
	overflow: hidden;
}
.schoolCourse_one_right img{
	display: block;
	width: 100%;
}
/**/
.schoolCourse_twoWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 1;
	padding-top: 40px;
}
.schoolCourse_twoWrap:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 570px;
	background: #E2EEFF;
	left: 0;
	top: 0;
	z-index: -1;
}
.schoolCourse_two{
	width: 1170px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.schoolCourse_two_main{
	width: 1170px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 24px;
}
.schoolCourse_two_main_left{
	width: 570px;
	overflow: hidden;
	float: left;
}
.schoolCourse_two_main_left img{
	display: block;
	width: 100%;
}
.schoolCourse_two_main_right{
	width: 470px;
	overflow: hidden;
	float: right;
}
.schoolCourse_two_main_right_title{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.schoolCourse_two_main_right_title span{
	display: block;
	width: 100%;
	text-align: left;
}
.schoolCourse_two_main_right_title span.span1{
	font-size: 18px;
	color: #010101;
	font-weight: bold;
	line-height: 24px;
}
.schoolCourse_two_main_right_title span.span2{
	font-size: 14px;
	color: #6988B4;
	font-weight: normal;
	line-height: 22px;
	margin-top: 12px;
}
.schoolCourse_two_main_right_one{
	width: 370px;
	overflow: hidden;
	clear: both;
	margin-top: 36px;
}
.schoolCourse_two_main_right_one_pic{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.schoolCourse_two_main_right_one_pic img{
	display: block;
	width: 100%;
}
.schoolCourse_two_main_right_one_main{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.schoolCourse_two_main_right_one_main span{
	display: block;
	width: 100%;
	text-align: left;
}
.schoolCourse_two_main_right_one_main span.span1{
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #010101;
	padding-top: 12px;
}
.schoolCourse_two_main_right_one_main span.span2{
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	color: #8E97A3;
	margin-top: 8px;
}
.schoolCourse_two_main_right_one_main span.span3{
	border-top: 1px solid #E6E6E6;
	margin-top: 10px;
	padding-top: 10px;
	vertical-align: middle;
	text-align: left;
}
.moreBtn{
	display: block;
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
	opacity: 0;
}
.moreBtn:after{
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background: #E6E6E6;
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.moreBtn b{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #5B92E1;
	line-height: 20px;
	font-weight: normal;
}
.moreBtn img{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	margin-left: 15px;
}
.schoolCourse_two_main_right .schoolCourse_two_main_right_one:hover .moreBtn,.schoolCourse_three_main_two .moreBtn{
	opacity: 1;
}
.schoolCourse_two_main_right .schoolCourse_two_main_right_one:hover .moreBtn:after,.schoolCourse_three_main_two .moreBtn:after{
	width: 100%;
}
.moreBtn:hover b{
	text-decoration: underline;
}
.schoolCourse_two_main_right_two{
	width: 270px;
	margin-top: 10px;
}
/**/
.schoolCourse_three{
	width: 1170px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 60px;
}
.schoolCourse_three_title span{
	text-align: center;
}
.schoolCourse_three_title span.span1{
	color: #010101;
}
.schoolCourse_three_title span.span2{
	color: #8E97A3;
}
.schoolCourse_three_main{
	width: 1170px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.schoolCourse_three_main .schoolCourse_two_main_right_one{
	clear: none;
	float: left;
	margin-top: 0;
	margin-left: 30px;
	padding-top: 30px;
}
.schoolCourse_three_main .schoolCourse_two_main_right_one:nth-child(3n-2){
	margin-left: 0;
}
/**/
.schoolCourse_four{
	width: 1170px;
	overflow: hidden;
	clear: both;
	margin: 0  auto;
	margin-top: 60px;
}
.schoolCourse_four_title span.span1{
	float: left;
	width: 300px;
}
.schoolCourse_four_title span.span2{
	float: right;
	width: 670px;
	color: #8E97A3;
	margin-top: 0;
}
.schoolCourse_four_main{
	width: 1170px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.schoolCourse_four_main_one{
	width: 270px;
	overflow: hidden;
	float: left;
	margin-left: 30px;
	padding-top: 30px;
}
.schoolCourse_four_main_one:nth-child(4n-3){
	margin-left: 0;
}
.schoolCourse_four_main_one_pic{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.schoolCourse_four_main_one_pic img{
	display: block;
	width: 100%;
}
.schoolCourse_four_main_one_nr{
	width: 100%;
	height: 72px;
	background: #fff;
	box-sizing: border-box;
	padding: 0 15px;
	padding-top: 12px;
	position: relative;
}
.schoolCourse_four_main_one_nr span{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 16px;
	color: #010101;
	font-weight: bold;
	line-height: 24px;
}
.schoolCourse_four_main_one_nr .moreBtn{
	position: absolute;
	left: 15px;
	bottom: -100px;
	opacity: 1;
}
.schoolCourse_four_main_one:hover .schoolCourse_four_main_one_nr .moreBtn{
	bottom: 8px;
}
.schoolCourse_four_main_one:hover .schoolCourse_four_main_one_nr span{
	white-space:nowrap;
	text-overflow:ellipsis;
}
/**/
.schoolCourse_five{
	width: 1224px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 60px;
}
.schoolCourse_five_top{
	width: 1170px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.schoolCourse_five_top_left{
	width: 470px;
	overflow: hidden;
	float: left;
	padding-top: 50px;
}
.schoolCourse_five_top_left .schoolCourse_two_main_right_title span.span2{
	color: #8E97A3;
}
.schoolCourse_five_top_right{
	width: 670px;
	overflow: hidden;
	float: left;
	margin-left: 30px;
}
.schoolCourse_five_top_right_pic{
	width: 370px;
	overflow: hidden;
	float: left;
}
.schoolCourse_five_top_right_pic img{
	display: block;
	width: 100%;
}
.schoolCourse_five_top_right_nr{
	width: 300px;
	float: left;
	overflow: hidden;
	height: 203px;
	background: #fff;
	box-sizing: border-box;
	padding-left: 30px;
	padding-top: 28px;
}
.schoolCourse_five_top_right_nr span{
	display: block;
	width: 100%;
	text-align: left;
}
.schoolCourse_five_top_right_nr span.span1{
	font-size: 16px;
	color: #010101;
	font-weight: normal;
	line-height: 22px;
	padding-bottom: 10px;
}
.schoolCourse_five_top_right_nr span.span2{
	font-size: 14px;
	color: #8E97A3;
	font-weight: normal;
	line-height: 20px;
	padding-top: 6px;
}
.schoolCourse_five_top_right_nr .moreBtn{
	opacity: 1;
	padding-top: 15px;
}
.schoolCourse_five_bottom{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 40px;
}
.schoolCourse_five_bottom_one{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 0 27px;
	box-sizing: border-box;
}
.schoolCourse_five_bottom_one .schoolCourse_five_top_right{
	width: 270px;
}
.schoolCourse_five_bottom_one .schoolCourse_five_top_right:first-child{
	margin-left: 0;
}
.schoolCourse_five_bottom_one .schoolCourse_five_top_right .schoolCourse_five_top_right_pic{
	float: none;
	clear: both;
	width: 100%;
}
.schoolCourse_five_bottom_one .schoolCourse_five_top_right .schoolCourse_five_top_right_nr{
	width: 100%;
	padding-left: 10px;
	padding-top: 15px;
	height: 110px;
	position: relative;
}
.schoolCourse_five_bottom_one .schoolCourse_five_top_right .schoolCourse_five_top_right_nr .moreBtn{
	position: absolute;
	left: 10px;
	bottom: -100px;
}
.schoolCourse_five_bottom_one .schoolCourse_five_top_right:hover .schoolCourse_five_top_right_nr span.span2{
	opacity: 0;
}
.schoolCourse_five_bottom_one .schoolCourse_five_top_right:hover .schoolCourse_five_top_right_nr .moreBtn{
	bottom: 18px;
}
/**/
.schoolCourse_six{
	width: 1170px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 60px;
}
.schoolCourse_six_top{
	width: 1170px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.schoolCourse_six_top_left{
	width: 370px;
	overflow: hidden;
	float: left;
	padding-top: 40px;
}
.schoolCourse_six_top_left .schoolCourse_two_main_right_title span.span2{
	color: #8E97A3;
}
.schoolCourse_six_top_right{
	width: 670px;
	overflow: hidden;
	float: right;
}
.schoolCourse_six_top_right_one{
	width: 170px;
	overflow: hidden;
	float: left;
	margin-left: 30px;
	padding-top: 10px;
}
.schoolCourse_six_top_right .schoolCourse_six_top_right_one:first-child{
	width: 270px;
	margin-left: 0;
}
.schoolCourse_six_top_right_one_pic{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.schoolCourse_six_top_right_one_pic img{
	display: block;
	width: 100%;
}
.schoolCourse_six_top_right_one_nr{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.schoolCourse_six_top_right_one_nr span{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #010101;
	font-weight: bold;
	line-height: 22px;
	padding-top: 8px;
}
.schoolCourse_six_top_right_one_nr .moreBtn{
	padding-top: 0;
	margin-top: 8px;
}
.schoolCourse_six_top_right_one_nr .moreBtn:after{
	display: none;
}
.schoolCourse_six_bottom{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.schoolCourse_six_bottom .schoolCourse_six_top_right_one:first-child,.schoolCourse_six_bottom .schoolCourse_six_top_right_one:nth-child(2){
	width: 270px;
}
.schoolCourse_six_bottom .schoolCourse_six_top_right_one:nth-child(5n-4){
	margin-left: 0;
}
/**/
.schoolCourse_seven{
	width: 1224px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 60px;
}
.schoolCourse_seven_main{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 30px;
	position: relative;
}
.schoolCourse_seven_main_one{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 0 27px;
	box-sizing: border-box;
}
.schoolCourse_seven_main_one_left{
	width: 370px;
	overflow: hidden;
	float: left;
	margin-left: 30px;
}
.schoolCourse_seven_main_one_left:first-child{
	margin-left: 0;
}
.schoolCourse_seven_main_one_left_pic{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.schoolCourse_seven_main_one_left_pic img{
	display: block;
	width: 100%;
}
.schoolCourse_seven_main_one_left_nr{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.schoolCourse_seven_main_one_left_nr span{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #010101;
	font-weight: bold;
	line-height: 22px;
	padding-top: 8px;
}
.schoolCourse_seven_main_one_left_nr .moreBtn{
	padding-top: 0;
	margin-top: 8px;
}
.schoolCourse_seven_main_one_left_nr .moreBtn:after{
	display: none;
}
#schoolCourse_seven_main_prev,#schoolCourse_five_bottom_prev{
	width: 27px;
	height: 30px;
	background: url(../images/schoolCourse/prev.png) center no-repeat;
	background-size: 10px 16px;
	left: 0;
	margin-top: -40px;
}
#schoolCourse_seven_main_next,#schoolCourse_five_bottom_next{
	width: 27px;
	height: 30px;
	background: url(../images/schoolCourse/next.png) center no-repeat;
	background-size: 10px 16px;
	right: 0;
	margin-top: -40px;
}
/**/
.schoolCourse_eightWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #fff;
	padding: 60px 0;
	margin-top: 60px;
}
.schoolCourse_eight{
	width: 1170px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.schoolCourse_eight_main{
	width: 1170px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 30px;
}
.schoolCourse_eight_main_one{
	width: 300px;
	overflow: hidden;
	float: left;
	position: relative;
}
.schoolCourse_eight_main_one_pic{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.schoolCourse_eight_main_one_pic img{
	display: block;
	width: 100%;
}
.schoolCourse_eight_main_one_nrWrap{
	width: 270px;
	height: 89px;
	border: 1px solid #FFE1F3;
	position: absolute;
	left: 14px;
	bottom: -100px;
	padding-top: 4px;
}
.schoolCourse_eight_main_one_nr{
	width: 260px;
	margin: 0 auto;
	height: 85px;
	background: #FFE1F3;
}
.schoolCourse_eight_main_one_nr span{
	display: block;
	width: 100%;
	text-align: center;
	color: #010101;
}
.schoolCourse_eight_main_one_nr span.span1{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	padding-top: 7px;
}
.schoolCourse_eight_main_one_nr span.span2{
	font-size: 14px;
	line-height: 22px;
}
.schoolCourse_eight_main_one:last-child{
	width: 270px;
}
.schoolCourse_eight_main_one:last-child .schoolCourse_eight_main_one_nrWrap{
	width: 254px;
	left: 7px;
}
.schoolCourse_eight_main_one:last-child .schoolCourse_eight_main_one_nr{
	width: 244px;
}
.schoolCourse_eight_main_two .schoolCourse_eight_main_one_nrWrap{
	bottom: 14px;
}
/**/
.schoolCourse_nineWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #fff;
	padding: 60px 0;
}
.schoolCourse_nine{
	width: 1170px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.schoolCourse_nine_main{
	width: 1170px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 30px;
}
.schoolCourse_nine_main_left{
	width: 570px;
	overflow: hidden;
	float: left;
}
.schoolCourse_nine_main_left:last-child{
	float: right;
}
.schoolCourse_nine_main_left_pic{
	display: block;
	width: 170px;
	overflow: hidden;
	float: left;
}
.schoolCourse_nine_main_left_pic img{
	display: block;
	width: 100%;
}
.schoolCourse_nine_main_left_main{
	width: 370px;
	overflow: hidden;
	float: right;
}
.schoolCourse_nine_main_left_main li{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 15px 0;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	margin-top: 30px;
	height: 98px;
}
.schoolCourse_nine_main_left_main li:first-child{
	margin-top: 0;
}
.schoolCourse_nine_main_left_main li span{
	display: block;
	width: 100%;
	overflow: hidden;
}
.schoolCourse_nine_main_left_main li span.span1{
	font-size: 18px;
	color: #010101;
	font-weight: bold;
	line-height: 22px;
}
.schoolCourse_nine_main_left_main li span.span2{
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	line-height: 22px;
	margin-top: 10px;
}
/**/
.schoolCourse_tenWrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #B8D0F2;
	padding: 60px 0;
}
.schoolCourse_ten{
	width: 1165px;
	padding-top: 124px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.schoolCourse_ten:after{
	position: absolute;
	content: '';
	width: 1165px;
	height: 246px;
	background: url(../images/schoolCourse/schoolCourse_tenBG.jpg) center no-repeat;
	background-size: cover;
	z-index: -1;
	left: 0;
	top: 0;
}
.schoolCourse_ten_top{
	width: 1120px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding-left: 45px;
}
.schoolCourse_ten_top input{
	display: block;
	float: left;
	width: 250px;
	height: 44px;
	background: #fff;
	border: none;
	box-sizing: border-box;
	padding: 0 17px;
	color: #749EDA;
	font-size: 16px;
	line-height: 44px;
	margin-left: 27px;
}
.schoolCourse_ten_top input:first-child{
	margin-left: 0;
}
.schoolCourse_ten_top input::-webkit-input-placeholder{
    color: #749EDA;
}
.schoolCourse_ten_top input::-moz-placeholder{
    color: #749EDA;
}
.schoolCourse_ten_top input::-ms-input-placeholder{
    color: #749EDA;
}
.schoolCourse_ten_bottom{
	width: 1120px;
	padding-left: 45px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-top: 56px;
}
.schoolCourse_ten_bottom button{
	display: block;
	width: 198px;
	height: 42px;
	border: 1px solid #000;
	background: #FFE1F3;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}