/*课程部分css*/
#s_kc_wrap {
	min-width: 1101px;
	height: 1009px;
	margin: auto;
	/*background: blue;*/
	background: url(../img/s_kc_bg.jpg) no-repeat center;
	/*background-size: 100% 100%;*/
	position: relative;
}

#s_kc_center {
	width: 1101px;
	margin: auto;
	position: relative;
}
#s_kc_body{
	/*background: red;*/
	padding-top: 58px;
	
}
#s_kc_nav{
	
}
#s_kc_nav ul{
	overflow: hidden;
}

#s_kc_nav >ul li{
	float: left;
	width: 260px;
	box-sizing: border-box;
	border: 2px solid #f3bd20;
	color: #f3bd20;
	text-align: center;
	height: 63px;
	line-height: 63px;
	font-size: 26px;
	cursor: pointer;
	
}
#s_kc_nav>ul li:nth-child(n+2){
	margin-left: 20px;
}
/*选中状态*/
#s_kc_nav .s_kc_active{
	background: #f3bd20;
	color: black;
}

#s_kc_content{
	margin-top: 20px;
	/*height: 601px;*/
	border: 2px solid #01378e;
	background: rgba(1,55,142,0.3);
	padding: 40px 41px;
	box-sizing: border-box;
	overflow: hidden;
}
#s_kc_content h4{
	color: white;
	font-size: 26px;
	text-align: center;
	line-height: 25px;
}
#s_kc_dotted{
	display: block;
	margin: 20px auto 0;
}
#s_kc_triangle{
	display: block;
	margin: 0 auto;
}

/*左边*/
#s_kc_left{
	float: left;
}

#s_kc_le_des{
	margin-top: 23px;
}
#s_kc_left p{
	color: white;
	font-size: 18px;
	line-height: 30px;
	width: 705px;
	margin-top: 15px;
}

#s_kc_le_ach{
	/*32*/
	margin-top: 26px;
}
#s_kc_part{
	margin-top: 20px;
}
#s_ke_part2{
	margin-left: 20px;
}

/*右边部分*/
#s_kc_right{
	width: 268px;
	height: 392px;
	float: right;
	background-color: rgba(1,55,142,0.5);
	/*第一个默认*/
	margin-top: 23px;
	/*margin-top: 42px;*/
}
#s_kc_right li{
	text-align: center;
	color: white;
	font-size: 22.42px;
	height: 131px;
	border-bottom: 1px solid #01378e;
	padding: 34px 0;
	box-sizing: border-box;

}
#s_kc_right li:last-child{
	border-bottom-width: 0;
}
#s_kc_right .s_kc_pay{
	color: #f65f21;
	font-size: 30px;
	/*line-height: 73.12px;*/
}

/*小地球*/
#s_kc_earth{
	position: absolute;
	right: 177px;
	bottom: -13px;
	z-index: 10;
	/*transform: translate3d(0,1px,0);*/
	transition: 2s;
}

#s_kc_box{
	position: relative;
	/*background: red;*/
	height: 217px;
	overflow: hidden;
	
}
/*项目真实吗*/
#s_kc_btn{
	position: absolute;
	left: 0;
	right: 0;
	margin:0 auto;
	margin-top: 60px;
	/*width: 200px;
	height: 58px;*/
}
/*画布*/
#s_kc_canvas{
	position: absolute;
	left: 0;
	top: 0px;
}